tcpasters/tcpaste/fuzz/Cargo.toml
Thorsten Schubert 64782a6d2d Migrate to cargo workspace
Prepare filtering binary

Hash database cli skeleton
2022-04-04 16:37:22 +00:00

26 lines
417 B
TOML

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