loro/crates/loro-internal/fuzz/Cargo.toml
Zixuan Chen a76143068a
Chore build err (#434)
* chore: rm needless fuzz code

* fix(wasm): build script fix

* chore: release info
2024-08-27 21:30:18 +08:00

26 lines
430 B
TOML

[package]
name = "loro-internal-fuzz"
version = "0.0.0"
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