2019-03-06 05:59:36 +00:00
|
|
|
[package]
|
|
|
|
name = "merkle_proof"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-08-06 04:41:42 +00:00
|
|
|
ethereum-types = "0.6"
|
2019-03-06 05:59:36 +00:00
|
|
|
hashing = { path = "../hashing" }
|