openethereum/js/wasm/ethkey/Cargo.toml

18 lines
347 B
TOML
Raw Normal View History

[package]
description = "Parity ethkey WASM module."
name = "parity-ethkey-wasm"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[workspace]
members = []
[dependencies]
2017-08-07 10:06:02 +02:00
tiny-keccak = "1.3"
tiny-secp256k1 = "0.1"
libc = { version = "0.2.14", default-features = false }
[profile.release]
panic = "abort"