meli/fuzz/Cargo.toml

22 lines
375 B
TOML

[package]
name = "melib-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[[bin]]
name = "envelope_parse"
path = "fuzz_targets/envelope_parse.rs"
[dependencies]
libfuzzer-sys = "0.3"
melib = { path = "../melib" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]