summaryrefslogtreecommitdiff
path: root/fuzz/Cargo.toml
blob: 78f2a789657c6067b53638ed556e5481878456fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "yaxpeax-ia64-fuzz"
version = "0.0.0"
publish = false
edition = "2018"

[package.metadata]
cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
yaxpeax-arch = "0.3"

[dependencies.yaxpeax-ia64]
path = ".."

[[bin]]
name = "display_does_not_panic"
path = "fuzz_targets/display_does_not_panic.rs"
test = false
doc = false
bench = false