🔧 chore(dependencies): clap test and tidy ups
- explicitly list tokio features for clarity and maintainability
This commit is contained in:
committed by
Jeremiah Russell
parent
5bf794438b
commit
8f910772dd
@@ -35,7 +35,11 @@ log = "0.4.28"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
thiserror = "2.0.17"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "process"] }
|
||||
tokio = { version = "1.47.1", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"process",
|
||||
] }
|
||||
toml = "0.9.7"
|
||||
base64 = "0.22"
|
||||
flate2 = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user