mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
851c7f42df
* Fixes for staging testnet * Fix codec versioning * Comment unneeded trace * Update lib.rs * Update parity-codec * Add script to update wasm deps and update them. * Update hashes * Add BBQ Birch testnet * it's default-features, apparently. * Use simpler version spec for parity codec * Typo
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.1", default-features = false }
|
|
error-chain = "0.12"
|
|
hex = "0.3"
|
|
rand = "0.4"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
subtle = "0.5"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|