openethereum/util/patricia_trie/Cargo.toml

20 lines
447 B
TOML
Raw Normal View History

[package]
2017-09-12 19:23:02 +02:00
name = "patricia_trie"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.9"
log = "0.3"
rand = "0.3"
ethcore-bytes = { path = "../bytes" }
ethcore-bigint = { path = "../bigint" }
hash = { path = "../hash" }
hashdb = { path = "../hashdb" }
rlp = { path = "../rlp" }
triehash = { path = "../triehash" }
memorydb = { path = "../memorydb" }
ethcore-logger = { path = "../../logger" }