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

27 lines
436 B
TOML

[package]
name = "tor-ptmgr-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2021"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.tor-ptmgr]
path = ".."
features = [ "experimental-api" ]
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "ptmessage"
path = "fuzz_targets/ptmessage.rs"
test = false
doc = false