654632264b
* bump parity-util-mem and related deps * upgrade some of the dependencies * deduplicate static_assertions
21 lines
414 B
TOML
21 lines
414 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 = "1.0"
|
|
|
|
[features]
|
|
default = ["ethereum-types/std"]
|