From 8321cee4f54580b25e1dab7d18ad5292bf7219ef Mon Sep 17 00:00:00 2001 From: Lulu Date: Wed, 9 Aug 2023 14:55:09 +0100 Subject: [PATCH] Publish subkey (#14738) * Publish subkey * Add description to subkey --- substrate/bin/utils/subkey/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/bin/utils/subkey/Cargo.toml b/substrate/bin/utils/subkey/Cargo.toml index 9e3abb804f..5ef0da81a0 100644 --- a/substrate/bin/utils/subkey/Cargo.toml +++ b/substrate/bin/utils/subkey/Cargo.toml @@ -2,12 +2,12 @@ name = "subkey" version = "3.0.0" authors = ["Parity Technologies "] +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" -publish = false [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]