2018f5b0ab
* [dependency]: unify `rustc-hex` * [private tx]: fix upgrade to `rustc hex 2.1.0`
21 lines
416 B
TOML
21 lines
416 B
TOML
[package]
|
|
description = "Parity WASM Test Run"
|
|
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.8.0"
|
|
ethjson = { path = "../../../json" }
|
|
vm = { path = "../../vm" }
|
|
wasm = { path = "../" }
|
|
clap = "2.24"
|
|
env_logger = "0.5"
|
|
rustc-hex = "2.1.0"
|
|
|
|
[features]
|
|
default = ["ethereum-types/std"]
|