e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
16 lines
409 B
TOML
16 lines
409 B
TOML
[package]
|
|
name = "vm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
ethcore-bytes = { path = "../../util/bytes" }
|
|
ethereum-types = "0.1"
|
|
patricia-trie = { path = "../../util/patricia_trie" }
|
|
log = "0.3"
|
|
common-types = { path = "../types" }
|
|
ethjson = { path = "../../json" }
|
|
rlp = { path = "../../util/rlp" }
|
|
keccak-hash = { path = "../../util/hash" }
|