lighthouse/eth2/utils/swap_or_not_shuffle/Cargo.toml
Pawan Dhananjay 88e89f9ab2 Update ethereum types (#489)
* Update ethereum-types to version 0.6

* Fix tests

* Run rustfmt
2019-08-06 14:41:42 +10:00

20 lines
353 B
TOML

[package]
name = "swap_or_not_shuffle"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[[bench]]
name = "benches"
harness = false
[dev-dependencies]
criterion = "0.2"
yaml-rust = "0.4.2"
hex = "0.3"
ethereum-types = "0.6"
[dependencies]
hashing = { path = "../hashing" }
int_to_bytes = { path = "../int_to_bytes" }