yume-post-smtp-proto/fuzz/Cargo.toml

26 lines
406 B
TOML
Raw Normal View History

2023-04-03 11:23:30 -05:00
[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