mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 03:48:01 +00:00
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.4"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
subtle = "2.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|