[package] name = "plist-fuzz" version = "0.0.1" authors = ["Automatically generated"] publish = false [package.metadata] cargo-fuzz = true [dependencies.plist] path = ".." [dependencies.libfuzzer-sys] git = "https://github.com/rust-fuzz/libfuzzer-sys.git" # Prevent this from interfering with workspaces [workspace] members = ["."] [[bin]] name = "binary_reader" path = "fuzz_targets/binary_reader.rs" [[bin]] name = "xml_reader" path = "fuzz_targets/xml_reader.rs"