openethereum/ethcore/wasm/run/Cargo.toml

21 lines
410 B
TOML
Raw Normal View History

2017-11-25 21:27:58 +01:00
[package]
description = "Parity WASM Test Run"
2017-11-25 21:27:58 +01:00
name = "pwasm-run-test"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
serde = "1"
serde_json = "1"
serde_derive = "1"
ethereum-types = "0.4"
2017-11-25 21:27:58 +01:00
ethjson = { path = "../../../json" }
vm = { path = "../../vm" }
wasm = { path = "../" }
clap = "2.24"
env_logger = "0.5"
2017-11-25 21:27:58 +01:00
rustc-hex = "1"
[features]
default = ["ethereum-types/std"]