arti/crates/tor-netdoc/fuzz/Cargo.toml

58 lines
902 B
TOML
Raw Normal View History

[package]
name = "tor-netdoc-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
2022-10-31 23:06:13 +00:00
edition = "2021"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.tor-netdoc]
path = ".."
features = ["routerdesc", "ns_consensus", "hsdesc-inner-docs", "hs-service"]
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "authcert"
path = "fuzz_targets/authcert.rs"
test = false
doc = false
[[bin]]
name = "routers"
path = "fuzz_targets/routers.rs"
test = false
doc = false
[[bin]]
name = "mds"
path = "fuzz_targets/mds.rs"
test = false
doc = false
[[bin]]
name = "consensus"
path = "fuzz_targets/consensus.rs"
test = false
doc = false
2021-03-30 16:15:11 +01:00
[[bin]]
name = "nsconsensus"
path = "fuzz_targets/nsconsensus.rs"
test = false
doc = false
[[bin]]
name = "hsdesc"
path = "fuzz_targets/hsdesc.rs"
test = false
doc = false