mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 23:41:07 +00:00
f0cc89a4b0
* move application-crypto tests into seperate crate * Fix crate name, update script and add docs * pressing 'save' helps * remove useless lines * adding header * split into actual modules
19 lines
454 B
TOML
19 lines
454 B
TOML
[package]
|
|
name = "sc-keystore"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
derive_more = "0.99.2"
|
|
primitives = { package = "sp-core", path = "../../primitives/core" }
|
|
app-crypto = { package = "sp-application-crypto", path = "../../primitives/application-crypto" }
|
|
hex = "0.4.0"
|
|
rand = "0.7.2"
|
|
serde_json = "1.0.41"
|
|
subtle = "2.1.1"
|
|
parking_lot = "0.9.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|