yume-post-smtp-proto/fuzz/Cargo.toml
2023-04-03 16:23:30 +00:00

25 lines
406 B
TOML

[package]
name = "smtp-proto-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.smtp-proto]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "smtp_proto"
path = "fuzz_targets/smtp_proto.rs"
test = false
doc = false