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
18 lines
298 B
TOML
18 lines
298 B
TOML
[package]
|
|
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"
|
|
pwasm-utils = "0.6.1"
|
|
vm = { path = "../vm" }
|
|
wasmi = "0.3.0"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.5"
|