移除不需要的依赖

This commit is contained in:
Codex
2026-04-29 11:28:29 +08:00
parent 7ffd75c29e
commit 5e0dfd149a
8 changed files with 16 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ shared-kernel = { path = "../shared-kernel" }
time = { version = "0.3", features = ["std"] }
tracing = "0.1"
urlencoding = "2"
uuid = { version = "1", features = ["v4"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }