Files
pezkuwi-subxt/substrate/frame/bags-list/fuzzer/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

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"