mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
38 lines
634 B
TOML
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"
|