2017-09-06 20:47:45 +02:00
|
|
|
[package]
|
2017-09-12 19:23:02 +02:00
|
|
|
name = "patricia_trie"
|
2017-09-06 20:47:45 +02:00
|
|
|
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" }
|
|
|
|
|
|
|
|
|