移除不需要的依赖

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

@@ -11,7 +11,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
tracing = "0.1"
uuid = { version = "1", features = ["v4"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }