mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 00:28:01 +00:00
4da48dd9f5
* Update dependencies, respecting semver * Bump dependencies * Don’t patch tiny-bip39 dependency
19 lines
458 B
TOML
19 lines
458 B
TOML
[package]
|
|
name = "substrate-keystore"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
derive_more = "0.15.0"
|
|
primitives = { package = "substrate-primitives", path = "../primitives" }
|
|
app-crypto = { package = "substrate-application-crypto", path = "../application-crypto" }
|
|
hex = "0.3.2"
|
|
rand = "0.7.2"
|
|
serde_json = "1.0.41"
|
|
subtle = "2.1.1"
|
|
parking_lot = "0.9.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|