2017-08-01 12:37:57 +02:00
|
|
|
[package]
|
|
|
|
name = "vm"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder = "1.0"
|
2017-09-06 20:47:45 +02:00
|
|
|
ethcore-bytes = { path = "../../util/bytes" }
|
2018-01-10 13:35:18 +01:00
|
|
|
ethereum-types = "0.1"
|
2017-11-10 18:31:31 +01:00
|
|
|
patricia-trie = { path = "../../util/patricia_trie" }
|
2017-08-01 12:37:57 +02:00
|
|
|
log = "0.3"
|
|
|
|
common-types = { path = "../types" }
|
|
|
|
ethjson = { path = "../../json" }
|
2017-08-30 19:18:28 +02:00
|
|
|
rlp = { path = "../../util/rlp" }
|
2017-11-10 19:04:55 +01:00
|
|
|
keccak-hash = { path = "../../util/hash" }
|