Fix toml syntax

Add keccak-hasher test-helper as a test dep
This commit is contained in:
David Palm 2018-07-06 19:35:03 +02:00
parent 2b195f04aa
commit beafa8f2df
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
ethereum-types = "0.3"
hashdb = { version = "0.2", "path = "../hashdb" }
hashdb = { version = "0.2", path = "../hashdb" }
rlp = { version = "0.2.1", path = "../rlp" }
[dev-dependencies]
trie-standardmap = { version = "0.1", path = "../trie-standardmap" }
keccak-hasher = { path = "../test-support/keccak-hasher" }