Move tree_hash from ssz into own crate

This commit is contained in:
Paul Hauner
2019-04-15 11:14:30 +10:00
parent 7132ee59c0
commit 0b5c10212d
10 changed files with 461 additions and 443 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "tree_hash"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
ethereum-types = "0.5"
hashing = { path = "../hashing" }
int_to_bytes = { path = "../int_to_bytes" }
ssz = { path = "../ssz" }