mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
15 lines
346 B
TOML
15 lines
346 B
TOML
[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" }
|
|
ethereum-types = "0.6"
|
|
hashing = { path = "../hashing" }
|
|
int_to_bytes = { path = "../int_to_bytes" }
|