2017-06-12 15:57:16 +02:00
|
|
|
[package]
|
|
|
|
description = "Parity ethkey WASM module."
|
|
|
|
name = "parity-ethkey-wasm"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2017-06-12 15:57:16 +02:00
|
|
|
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"
|
2017-06-12 15:57:16 +02:00
|
|
|
tiny-secp256k1 = "0.1"
|
|
|
|
libc = { version = "0.2.14", default-features = false }
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
panic = "abort"
|