loro/crates/fuzz/Cargo.toml

26 lines
598 B
TOML
Raw Normal View History

[package]
name = "fuzz"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
loro = { path = "../loro" }
loro-internal = { path = "../loro-internal", features = ["test_utils"] }
arbitrary = "1"
tabled = "0.10"
debug-log = { workspace = true }
fxhash = { workspace = true }
enum_dispatch = { workspace = true }
enum-as-inner = { workspace = true }
rand = "0.8.5"
[dev-dependencies]
arbtest = "^0.2.0"
tracing-subscriber = "0.3.18"
color-backtrace = "0.6.1"
ctor = "0.2"