Files
pezkuwi-subxt/substrate/bin/utils/subkey/Cargo.toml
T
Leonardo d4b89c6f5d Increment subkey version to 2.0.2 (#11656)
* Increment subkey version to 2.0.2

* Update Cargo.lock

Co-authored-by: Davide Galassi <davxy@datawok.net>
2022-06-14 11:42:28 +02:00

22 lines
546 B
TOML

[package]
name = "subkey"
version = "2.0.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
readme = "README.md"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[bin]]
path = "src/main.rs"
name = "subkey"
[dependencies]
clap = { version = "3.1.18", features = ["derive"] }
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }