From f0148a8c38487feeb853b1cd690ed6ce696bfb7c Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 1 Sep 2023 07:24:40 -0500 Subject: [PATCH] keyfork-mnemonic-util: land 0.1.0 --- keyfork-mnemonic-util/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keyfork-mnemonic-util/Cargo.toml b/keyfork-mnemonic-util/Cargo.toml index bb2ff92..a0791af 100644 --- a/keyfork-mnemonic-util/Cargo.toml +++ b/keyfork-mnemonic-util/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "keyfork-mnemonic-util" version = "0.1.0" +description = "Utilities to generate and manage seeds based on BIP-0039 mnemonics." +license = "MIT" +repository = "https://git.distrust.co/public/keyfork" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] # Included in rust sha2 = "0.10.7"