chore: add rand

This commit is contained in:
Zixuan Chen 2024-08-10 15:38:06 +08:00
parent 0ff6a736e0
commit c8bab8f663
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ arbitrary = { version = "1.3.0", features = ["derive"] }
serde_json = { workspace = true }
tracing = "0.1.40"
criterion = "0.4.0"
rand = "0.8.5"
[dev-dependencies]
flate2 = "1.0"