mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
530c12b4dc
* Expose keyring accounts in CLI So, `--alice` will give you a node with `--key //Alice --name Alice`. * Update readme
13 lines
301 B
TOML
13 lines
301 B
TOML
[package]
|
|
name = "substrate-keyring"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives" }
|
|
hex-literal = { version = "0.1.0" }
|
|
lazy_static = { version = "1.0" }
|
|
strum = "0.14.0"
|
|
strum_macros = "0.14.0"
|