Files
RustySecrets/fuzz/Cargo.toml
2018-02-11 22:17:07 +01:00

38 lines
634 B
TOML

[package]
name = "rusty_secrets-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies]
arbitrary = "0.1.0"
[dependencies.rusty_secrets]
path = ".."
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "ss1_1"
path = "fuzz_targets/ss1_1.rs"
[[bin]]
name = "thss_1"
path = "fuzz_targets/thss_1.rs"
[[bin]]
name = "sss_1"
path = "fuzz_targets/sss_1.rs"
[[bin]]
name = "wrapped_secrets_1"
path = "fuzz_targets/wrapped_secrets_1.rs"