feat: command handling, make initializing VCs concurrent

This commit is contained in:
2026-03-25 16:55:54 -04:00
parent 67bdc9e451
commit d9e0801ec9
7 changed files with 183 additions and 66 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
blart = "0.4.0"
clap = { version = "4.5.40", features = ["derive", "env"] }
dashmap = "6.1.0"
futures = "0.3.32"
opendal = { git = "https://github.com/apache/opendal", features = [
"services-azfile",