Andrea Fioraldi ce63b76558
Update to v0.15.3 (#3259)
Co-authored-by: Dominik Maier <domenukk@gmail.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2025-05-23 22:50:23 +02:00

27 lines
401 B
TOML

[package]
name = "libafl-fuzz"
version = "0.15.3"
publish = false
edition = "2021"
[workspace]
[package.metadata]
cargo-fuzz = true
[dependencies]
[dependencies.cargo_fuzz_test]
path = ".."
[dependencies.libfuzzer-sys]
path = "../../../../libafl_libfuzzer"
package = "libafl_libfuzzer"
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"
test = false
doc = false
bench = false