Add plain_hasher to workspace

This commit is contained in:
David Palm 2018-07-03 11:27:51 +02:00
parent 93e7ccae1c
commit 1110c3b523
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ members = [
"keccak-hash",
"kvdb",
"parity-bytes",
"plain_hasher",
"rlp",
"trie-standardmap",
"triehash",

View File

@ -10,4 +10,4 @@ homepage = "https://github.com/paritytech/plain_hasher"
[dependencies]
crunchy = "0.1.6"
ethereum-types = "0.3"
hashdb = { version = "0.2.0", path = "../hashdb" }
hashdb = { path = "../hashdb" }