lez-fuzzing/fuzz_props/Cargo.toml
Roman 8bd0a1a612
fix: add new fuzz targets
- template for adding targets
2026-04-15 15:47:01 +08:00

20 lines
398 B
TOML

[package]
name = "fuzz_props"
version = "0.1.0"
edition = "2024"
[lints]
workspace = true
[dependencies]
nssa = { workspace = true }
nssa_core = { workspace = true }
common = { workspace = true }
borsh = { workspace = true }
proptest = "1.4"
arbitrary = { version = "1", features = ["derive"] }
testnet_initial_state = { workspace = true }
[dev-dependencies]
proptest = "1.4"