keyfork-mnemonic-util: land 0.1.0
This commit is contained in:
parent
54526af46e
commit
f0148a8c38
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue