Files
pezkuwi-subxt/substrate/bin/utils/subkey/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

22 lines
664 B
TOML

[package]
name = "subkey"
version = "3.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Generate and restore keys for Substrate based chains such as Polkadot, Kusama and a growing number of parachains and Substrate based projects."
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"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[bin]]
path = "src/main.rs"
name = "subkey"
[dependencies]
clap = { version = "4.2.5", features = ["derive"] }
sc-cli = { path = "../../../client/cli" }