loro/crates/loro-internal/fuzz/Cargo.toml

33 lines
520 B
TOML
Raw Normal View History

2022-10-08 18:04:41 +00:00
[package]
2023-01-16 10:53:35 +00:00
name = "loro-internal-fuzz"
2025-01-03 18:14:02 +00:00
version = "1.2.7"
2022-10-08 18:04:41 +00:00
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
2023-01-16 10:53:35 +00:00
[dependencies.loro-internal]
2022-10-08 18:04:41 +00:00
path = ".."
features = ["test_utils"]
2022-10-08 18:04:41 +00:00
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
2023-08-30 08:41:04 +00:00
[[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