ab22d5e278
* Replace ethcore-logger with env-logger. * Fix logger initialization in WASM tests. * uncomment logger initialization in secret store * Don't use ethcore-logger in whisper. * Move ethcore-logger within parity dir. * Uncomment rest from secret-store. * Use `let _ =` in private_contract for consistency * `ok()` to `let _ =` fix in service * Use `let _ = ` for state_db
20 lines
373 B
TOML
20 lines
373 B
TOML
[package]
|
|
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"
|
|
ethjson = { path = "../../../json" }
|
|
vm = { path = "../../vm" }
|
|
wasm = { path = "../" }
|
|
clap = "2.24"
|
|
env_logger = "0.5"
|
|
rustc-hex = "1"
|
|
|
|
[features]
|
|
default = ["ethereum-types/std"]
|