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"