loro/crates/loro-internal/fuzz/Cargo.toml
Zixuan Chen c7c1e2fa89
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run
chore: bump rust crates
2025-01-04 02:14:02 +08:00

32 lines
520 B
TOML

[package]
name = "loro-internal-fuzz"
version = "1.2.7"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.loro-internal]
path = ".."
features = ["test_utils"]
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "import"
path = "fuzz_targets/import.rs"
test = false
doc = false
[[bin]]
name = "alloc_tree"
path = "fuzz_targets/alloc_tree.rs"
test = false
doc = false