mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
e2bb429711
* core/primitives * sr-primitives * sr-primitives * srml-treasury * substrate-executor * substrate-keystore * network-libp2p * substrate-service * srml-system * substrate-rpc * sr-version * substrate-telemetry * substrate-test-runtime * substrate-transaction-pool * node-template-runtime * node-primitives * srml-consensus * srml-contract * srml-democracy * srml-finality-tracker * srml-grandpa * srml-metadata * srml-support * Clean * Update locks
18 lines
389 B
TOML
18 lines
389 B
TOML
[package]
|
|
name = "substrate-keystore"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives" }
|
|
crypto = { package = "parity-crypto", version = "0.3", default-features = false }
|
|
error-chain = "0.12"
|
|
hex = "0.3"
|
|
rand = "0.6"
|
|
serde_json = "1.0"
|
|
subtle = "2.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|