rage/fuzz/Cargo.toml
2020-01-26 00:41:06 +00:00

23 lines
424 B
TOML

[package]
name = "age-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies.age]
path = "../age"
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "trial_decrypt"
path = "fuzz_targets/trial_decrypt.rs"