mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +00:00
f99bfd8e21
* chore: init * fix: fuzz config * refactor: rm unused code
20 lines
498 B
TOML
20 lines
498 B
TOML
[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]
|
|
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 }
|
|
|
|
[dev-dependencies]
|
|
arbtest = "^0.2.0"
|