mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
23 lines
424 B
TOML
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"
|