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 = ".."
|
2022-11-14 02:49:42 +00:00
|
|
|
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
|
2024-09-29 06:19:19 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "alloc_tree"
|
|
|
|
path = "fuzz_targets/alloc_tree.rs"
|
|
|
|
test = false
|
|
|
|
doc = false
|