loro/crates/bench-utils/Cargo.toml
2024-05-06 07:43:46 +08:00

16 lines
423 B
TOML

[package]
name = "bench-utils"
version = "0.1.0"
edition = "2021"
publish = false
repository = "https://github.com/loro-dev/loro/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arbitrary = { version = "1.2.0", features = ["derive"] }
loro-common = { path = "../loro-common" }
enum-as-inner = "0.5.1"
flate2 = "1.0.25"
rand = "0.8.5"
serde_json = "1.0.89"