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