0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-15 19:55:34 +00:00
Files
Pumpkin/fuzz/Cargo.toml
2025-02-20 18:42:20 +01:00

22 lines
297 B
TOML

[package]
name = "pumpkin-fuzz"
version = "0.0.0"
publish = false
edition = "2024"
[package.metadata]
cargo-fuzz = true
[dependencies]
pumpkin = { path = "../"}
libfuzzer-sys = "0.4"
[[bin]]
name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"
test = false
doc = false
bench = false