refactor: wallet and mint use nut13 feature

This commit is contained in:
thesimplekid
2024-04-12 14:03:10 +01:00
parent 3b27eabf73
commit 370a1df96a

View File

@@ -12,7 +12,7 @@ license.workspace = true
[features]
default = ["mint", "wallet", "all-nuts", "redb"]
mint = ["dep:bip39"]
wallet = ["dep:minreq"]
wallet = ["nut13", "dep:minreq", "dep:bip39"]
gloo = ["dep:gloo"]
all-nuts = ["nut13"]
nut13 = ["dep:bip39"]