snapshot before rebranding
This commit is contained in:
@@ -8,6 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Fuzzer for FRAME pallet bags list"
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezpallet-bags-list-fuzzer"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -18,15 +19,15 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
pezframe-election-provider-support = { features = [
|
||||
"fuzz",
|
||||
"fuzz",
|
||||
], workspace = true, default-features = true }
|
||||
honggfuzz = { workspace = true }
|
||||
pezpallet-bags-list = { features = [
|
||||
"fuzz",
|
||||
"fuzz",
|
||||
], workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-election-provider-support/runtime-benchmarks",
|
||||
"pezpallet-bags-list/runtime-benchmarks",
|
||||
"pezframe-election-provider-support/runtime-benchmarks",
|
||||
"pezpallet-bags-list/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user