mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-03 13:27:23 +00:00
ab4c70b379
* update to latest env_logger * roundabout dependency update * Update to latest vengen * Update rand to 0.6 * Update to latest rng shuffle API * Roundabout update of dependencies * Update rustc_hex * Update wasm * Fix logging setup in tests * revert to fix test
19 lines
387 B
TOML
19 lines
387 B
TOML
[package]
|
|
name = "substrate-keystore"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives" }
|
|
parity-crypto = { version = "0.2", default-features = false }
|
|
error-chain = "0.12"
|
|
hex = "0.3"
|
|
rand = "0.6"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
subtle = "2.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|