mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
@@ -12,8 +12,8 @@ publish = false
|
||||
[dependencies]
|
||||
honggfuzz = "0.5"
|
||||
rand = { version = "0.8", features = ["std", "small_rng"] }
|
||||
frame-election-provider-support = { version = "4.0.0-dev", features = ["fuzz"], path = "../../election-provider-support" }
|
||||
pallet-bags-list = { version = "4.0.0-dev", features = ["fuzz"], path = ".." }
|
||||
frame-election-provider-support = { path = "../../election-provider-support", features = ["fuzz"]}
|
||||
pallet-bags-list = { path = "..", features = ["fuzz"]}
|
||||
|
||||
[[bin]]
|
||||
name = "bags-list"
|
||||
|
||||
Reference in New Issue
Block a user