mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
2df2a52b05
--------- Co-authored-by: Zixuan Chen <remch183@outlook.com>
16 lines
435 B
TOML
16 lines
435 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 = { workspace = true }
|