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

Commit b33aa2b

Browse files
committed
s
1 parent ec510ae commit b33aa2b

File tree

8 files changed

+812
-249
lines changed

8 files changed

+812
-249
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
rstest = "0.26.0"

0 commit comments

Comments
 (0)