b7006034b1
* work in progress for splitting vms * evm working * Evm -> Vm * wasm converted * ethcore working * test fixes
14 lines
353 B
TOML
14 lines
353 B
TOML
[package]
|
|
name = "vm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
ethcore-util = { path = "../../util" }
|
|
log = "0.3"
|
|
common-types = { path = "../types" }
|
|
evmjit = { path = "../../evmjit", optional = true }
|
|
ethjson = { path = "../../json" }
|
|
lazy_static = "0.2"
|
|
rlp = { path = "../../util/rlp" } |