Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 10295a8

Browse files
authored
bench cmd (#199)
1 parent cfd3005 commit 10295a8

File tree

9 files changed

+862
-314
lines changed

9 files changed

+862
-314
lines changed

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
3939
toml = "0.9.11"
4040
tracing = "0.1.41"
4141
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
42+
uuid = { version = "1.19.0", features = ["v4"] }
43+
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }
4244

4345
[dev-dependencies]
4446
assert_cmd = "2.0"

0 commit comments

Comments
 (0)