snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -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",
]