Files
lighthouse/consensus/swap_or_not_shuffle/Cargo.toml
Michael Sproul 2e440df4f1 Simplify hashing in shuffling (#6483)
* Simplify hashing in shuffling

* Fix benchmark deps

* Check benchmarks when linting
2024-10-14 20:31:10 +00:00

21 lines
419 B
TOML

[package]
name = "swap_or_not_shuffle"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = { workspace = true }
[[bench]]
name = "benches"
harness = false
[dev-dependencies]
criterion = { workspace = true }
[dependencies]
alloy-primitives = { workspace = true }
ethereum_hashing = { workspace = true }
fixed_bytes = { workspace = true }
[features]
arbitrary = ["alloy-primitives/arbitrary"]