keyfork-mnemonic-util: fixup not including smex

This commit is contained in:
Ryan Heywood 2024-01-18 23:49:56 -05:00
parent d390834b0e
commit bf50e2aeac
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 6 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1786,6 +1786,7 @@ dependencies = [
"pbkdf2",
"serde_json",
"sha2",
"smex",
]
[[package]]

View File

@ -6,12 +6,17 @@ repository = "https://git.distrust.co/public/keyfork"
edition = "2021"
license = "MIT"
[features]
default = []
bin = ["smex"]
[dependencies]
# Included in rust
sha2 = "0.10.7"
hmac = "0.12.1"
pbkdf2 = "0.12.2"
smex = { version = "0.1.0", path = "../smex", optional = true }
[dev-dependencies]
bip39 = "2.0.0"