mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
13 lines
316 B
TOML
13 lines
316 B
TOML
[package]
|
|
name = "bench-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
arbitrary = { version = "1.2.0", features = ["derive"] }
|
|
enum-as-inner = "0.5.1"
|
|
flate2 = "1.0.25"
|
|
rand = "0.8.5"
|
|
serde_json = "1.0.89"
|