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

[package.metadata]
cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"

[dependencies.vrrpd]
path = ".."

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