mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
21 lines
419 B
TOML
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"]
|