mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 21:17:17 +00:00
10 lines
193 B
TOML
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.5"
|
|
hashing = { path = "../hashing" }
|