30 lines
523 B
TOML
30 lines
523 B
TOML
|
|
||
|
[package]
|
||
|
name = "panorama-imap-fuzz"
|
||
|
version = "0.0.0"
|
||
|
authors = ["Automatically generated"]
|
||
|
publish = false
|
||
|
edition = "2018"
|
||
|
|
||
|
[package.metadata]
|
||
|
cargo-fuzz = true
|
||
|
|
||
|
[dependencies]
|
||
|
libfuzzer-sys = "0.4"
|
||
|
format-bytes = "0.2.2"
|
||
|
panorama-proto-common = { path = "../../proto-common" }
|
||
|
|
||
|
[dependencies.panorama-imap]
|
||
|
path = ".."
|
||
|
features = ["fuzzing"]
|
||
|
|
||
|
# Prevent this from interfering with workspaces
|
||
|
[workspace]
|
||
|
members = ["."]
|
||
|
|
||
|
[[bin]]
|
||
|
name = "parse_response"
|
||
|
path = "fuzz_targets/parse_response.rs"
|
||
|
test = false
|
||
|
doc = false
|