2017-08-01 12:37:57 +02:00
|
|
|
[package]
|
2019-08-12 18:55:11 +02:00
|
|
|
description = "Virtual Machines (VM) Support Library"
|
2017-08-01 12:37:57 +02:00
|
|
|
name = "vm"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-bytes = "0.1"
|
|
|
|
ethereum-types = "0.4"
|
2018-07-02 18:50:05 +02:00
|
|
|
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
|
2017-08-01 12:37:57 +02:00
|
|
|
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"
|