prepare cargo configuration for upload of crates

This commit is contained in:
Robert Habermeier
2017-11-10 18:31:31 +01:00
parent 85465fc0b1
commit be092e7c09
12 changed files with 33 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ ethcore-util = { path = "../../util" }
ethcore-bigint = { path = "../../util/bigint" }
ethcore-bytes = { path = "../../util/bytes" }
memorydb = { path = "../../util/memorydb" }
patricia_trie = { path = "../../util/patricia_trie" }
patricia-trie = { path = "../../util/patricia_trie" }
ethcore-network = { path = "../../util/network" }
ethcore-io = { path = "../../util/io" }
ethcore-devtools = { path = "../../devtools" }