keyfork-mnemonic-util: land 0.1.0

This commit is contained in:
Ryan Heywood 2023-09-01 07:24:40 -05:00
parent 54526af46e
commit f0148a8c38
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
[package] [package]
name = "keyfork-mnemonic-util" name = "keyfork-mnemonic-util"
version = "0.1.0" 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" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
# Included in rust # Included in rust
sha2 = "0.10.7" sha2 = "0.10.7"