0c01db4a49
* separated ethcore_migrations from ethcore * fixed authorship nitpick * make ethcore_migrations related exports and imports more consistent
20 lines
638 B
TOML
20 lines
638 B
TOML
[package]
|
|
name = "ethcore-migrations"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-bytes = { path = "../../util/bytes" }
|
|
ethereum-types = "0.1.4"
|
|
keccak-hash = { path = "../../util/hash" }
|
|
kvdb = { path = "../../util/kvdb" }
|
|
kvdb-rocksdb = { path = "../../util/kvdb-rocksdb" }
|
|
log = "0.3"
|
|
macros = { path = "../../util/macros" }
|
|
migration = { path = "../../util/migration" }
|
|
rlp = { path = "../../util/rlp" }
|
|
patricia-trie = { path = "../../util/patricia_trie" }
|
|
journaldb = { path = "../../util/journaldb" }
|
|
ethcore-bloom-journal = { path = "../../util/bloom" }
|
|
ethcore = { path = ".." }
|