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"
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-bytes = "0.1"
|
|
|
|
ethereum-types = "0.4"
|
2018-10-09 22:07:25 +02:00
|
|
|
patricia-trie = "0.3.0"
|
2018-07-02 18:50:05 +02:00
|
|
|
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2017-08-01 12:37:57 +02:00
|
|
|
common-types = { path = "../types" }
|
|
|
|
ethjson = { path = "../../json" }
|
2018-10-09 22:07:25 +02:00
|
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
2018-09-04 20:13:51 +02:00
|
|
|
keccak-hash = "0.1"
|