clean up dependencies

This commit is contained in:
2025-12-30 14:34:36 -05:00
parent 9228bca4eb
commit 6a5e3e2b24
8 changed files with 85 additions and 548 deletions

View File

@@ -4,7 +4,7 @@ name = "simple_command"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
api = { path = "../../api" }
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal"] }
tokio-util = "0.7.13"
anyhow = "1.0.100"
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
tokio-util = { workspace = true }