[package] name = "compliance-fuzz" version = "0.0.0" publish = false edition = "2021" [dependencies] libfuzzer-sys = "0.4" compliance-core = { path = "../compliance-core" } # Fuzz targets are defined below. Add new targets as [[bin]] entries. [[bin]] name = "fuzz_finding_dedup" path = "fuzz_targets/fuzz_finding_dedup.rs" doc = false