This commit is contained in:
2026-07-13 18:46:19 +02:00
parent dc2be94a8d
commit c96101ec3d
6 changed files with 55 additions and 536 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ harness = false
[dependencies]
tokio = { version = "1.52.3", default-features = false, features = ["rt", "sync"] }
glob = "0.3.3"
parking_lot = "0.12.5"
tracing = "0.1"
uuid = { version = "1.23.5", features = ["v4"] }
[dev-dependencies]
tokio = { version = "1.52.3", default-features = false, features = ["rt", "rt-multi-thread", "macros", "time", "sync"] }
criterion = { version = "0.8.2", features = ["async_tokio"] }
criterion = { version = "0.8.2", features = ["async_tokio"] }