mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
20 lines
398 B
TOML
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"
|