From 56c0ec3a52cba8e17ecfb3de6584040938cc77b7 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz Date: Thu, 28 Feb 2019 15:16:31 +0100 Subject: [PATCH] Description in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cbe4eb7..0b8660d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] license = "GPL-3.0" edition = "2018" +description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys" documentation = "https://docs.rs/substrate-bip39" repository = "https://github.com/maciejhirsz/substrate-bip39"