mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
20 lines
335 B
TOML
20 lines
335 B
TOML
[package]
|
|
name = "swap_or_not_shuffle"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2021"
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
harness = false
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3.3"
|
|
|
|
[dependencies]
|
|
ethereum_hashing = "1.0.0-beta.2"
|
|
ethereum-types = "0.14.1"
|
|
|
|
[features]
|
|
arbitrary = ["ethereum-types/arbitrary"]
|