mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
21 lines
610 B
TOML
21 lines
610 B
TOML
[package]
|
|
name = "pallet-bags-list-fuzzer"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Fuzzer for FRAME pallet bags list"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
honggfuzz = "0.5"
|
|
rand = { version = "0.8", features = ["std", "small_rng"] }
|
|
frame-election-provider-support = { path = "../../election-provider-support", features = ["fuzz"]}
|
|
pallet-bags-list = { path = "..", features = ["fuzz"]}
|
|
|
|
[[bin]]
|
|
name = "bags-list"
|
|
path = "src/main.rs"
|