mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
a76143068a
* chore: rm needless fuzz code * fix(wasm): build script fix * chore: release info
26 lines
430 B
TOML
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
|