lighthouse/eth2/utils/tree_hash/Cargo.toml

14 lines
301 B
TOML
Raw Normal View History

2019-04-15 01:14:30 +00:00
[package]
name = "tree_hash"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dev-dependencies]
tree_hash_derive = { path = "../tree_hash_derive" }
2019-04-15 01:14:30 +00:00
[dependencies]
ethereum-types = "0.5"
hashing = { path = "../hashing" }
int_to_bytes = { path = "../int_to_bytes" }