2019-04-25 23:55:03 +00:00
|
|
|
[package]
|
|
|
|
name = "cached_tree_hash"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tree_hash_derive = { path = "../tree_hash_derive" }
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tree_hash = { path = "../tree_hash" }
|
2019-08-06 04:41:42 +00:00
|
|
|
ethereum-types = "0.6"
|
2019-04-25 23:55:03 +00:00
|
|
|
hashing = { path = "../hashing" }
|
|
|
|
int_to_bytes = { path = "../int_to_bytes" }
|