Files
pezkuwi-subxt/substrate/bin/utils/subkey/Cargo.toml
T
Lulu 8321cee4f5 Publish subkey (#14738)
* Publish subkey

* Add description to subkey
2023-08-09 13:55:09 +00:00

22 lines
688 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 = { version = "0.10.0-dev", path = "../../../client/cli" }