2024-03-08 08:40:06 +00:00
|
|
|
[package]
|
|
|
|
name = "fuzz"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-04-09 08:23:48 +00:00
|
|
|
publish = false
|
2024-03-08 08:40:06 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-22 13:20:00 +00:00
|
|
|
loro = { path = "../loro" }
|
|
|
|
loro-internal = { path = "../loro-internal", features = ["test_utils"] }
|
2024-03-08 08:40:06 +00:00
|
|
|
arbitrary = "1"
|
|
|
|
tabled = "0.10"
|
|
|
|
debug-log = { workspace = true }
|
|
|
|
fxhash = { workspace = true }
|
|
|
|
enum_dispatch = { workspace = true }
|
|
|
|
enum-as-inner = { workspace = true }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
arbtest = "^0.2.0"
|