mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 12:01:12 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
23 lines
703 B
TOML
23 lines
703 B
TOML
[package]
|
|
name = "pallet-paged-list-fuzzer"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Fuzz storage types of pallet-paged-list"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "pallet-paged-list"
|
|
path = "src/paged_list.rs"
|
|
|
|
[dependencies]
|
|
arbitrary = "1.3.0"
|
|
honggfuzz = "0.5.49"
|
|
|
|
frame-support = { path = "../../support", default-features = false, features = [ "std" ]}
|
|
sp-io = { path = "../../../primitives/io", default-features = false, features = [ "std" ] }
|
|
pallet-paged-list = { path = "..", default-features = false, features = [ "std" ] }
|