openethereum/ethcore/wasm/Cargo.toml

19 lines
331 B
TOML
Raw Normal View History

[package]
description = "WASM Interpreter"
name = "wasm"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
byteorder = "1.0"
ethereum-types = "0.4"
log = "0.4"
parity-wasm = "0.31"
libc = "0.2"
2019-01-04 16:56:56 +01:00
pwasm-utils = "0.6.1"
2017-08-01 13:33:49 +02:00
vm = { path = "../vm" }
2018-07-05 09:09:01 +02:00
wasmi = "0.3.0"
[dev-dependencies]
env_logger = "0.5"