lighthouse/eth2/utils/merkle_proof/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

10 lines
193 B
TOML

[package]
name = "merkle_proof"
version = "0.1.0"
authors = ["Michael Sproul <michael@sigmaprime.io>"]
edition = "2018"
[dependencies]
ethereum-types = "0.6"
hashing = { path = "../hashing" }