[package] name = "boolean-bitfield-fuzz" version = "0.0.1" authors = ["Automatically generated"] publish = false [package.metadata] cargo-fuzz = true [dependencies] ssz = { path = "../../ssz" } [dependencies.boolean-bitfield] path = ".." [dependencies.libfuzzer-sys] git = "https://github.com/rust-fuzz/libfuzzer-sys.git" # Prevent this from interfering with workspaces [workspace] members = ["."] [[bin]] name = "fuzz_target_from_bytes" path = "fuzz_targets/fuzz_target_from_bytes.rs" [[bin]] name = "fuzz_target_ssz_decode" path = "fuzz_targets/fuzz_target_ssz_decode.rs" [[bin]] name = "fuzz_target_ssz_encode" path = "fuzz_targets/fuzz_target_ssz_encode.rs"