keyfork-mnemonic-util: fixup not including smex
This commit is contained in:
parent
d390834b0e
commit
bf50e2aeac
|
@ -1786,6 +1786,7 @@ dependencies = [
|
|||
"pbkdf2",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"smex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue