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-10-30 01:22:18 +00:00
|
|
|
ethereum-types = "0.8.0"
|
|
|
|
eth2_hashing = "0.1.0"
|
|
|
|
lazy_static = "1.4.0"
|
2019-06-25 08:46:57 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-10-30 01:22:18 +00:00
|
|
|
quickcheck = "0.9.0"
|
|
|
|
quickcheck_macros = "0.8.0"
|