mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 17:38:02 +00:00
04fcc71809
* primitives/sr-primitives -> primitives/runtime * update
12 lines
302 B
TOML
12 lines
302 B
TOML
[package]
|
|
name = "sp-keyring"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
primitives = { package = "sp-core", path = "../core" }
|
|
sp-runtime = { path = "../runtime" }
|
|
lazy_static = "1.4.0"
|
|
strum = { version = "0.16.0", features = ["derive"] }
|