mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 19:49:27 +00:00
24 lines
454 B
TOML
24 lines
454 B
TOML
[package]
|
|
name = "fuzz_props"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
fuzzer-libfuzzer = []
|
|
fuzzer-afl = []
|
|
|
|
[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"
|