X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=b8869bda4d2697ed4a9f81ee313b8fbbe6c2ebb1;hb=b2791c191a941208eff825a44440fbf605dcfb60;hp=56ed89c7fd958b7bd5554637fd257a944b4c1a7f;hpb=6f9eaca05a5f707cd928a1f6cb97043fed6ee70e;p=dnssec-prover diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 56ed89c..b8869bd 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -48,3 +48,7 @@ path = "src/parse_response.rs" [[bin]] name = "parse_stream_validate" path = "src/parse_stream_validate.rs" + +[[bin]] +name = "fuzz_builder" +path = "src/fuzz_builder.rs"