mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 14:14:49 +01:00
refactor: wallet and mint use nut13 feature
This commit is contained in:
@@ -12,7 +12,7 @@ license.workspace = true
|
|||||||
[features]
|
[features]
|
||||||
default = ["mint", "wallet", "all-nuts", "redb"]
|
default = ["mint", "wallet", "all-nuts", "redb"]
|
||||||
mint = ["dep:bip39"]
|
mint = ["dep:bip39"]
|
||||||
wallet = ["dep:minreq"]
|
wallet = ["nut13", "dep:minreq", "dep:bip39"]
|
||||||
gloo = ["dep:gloo"]
|
gloo = ["dep:gloo"]
|
||||||
all-nuts = ["nut13"]
|
all-nuts = ["nut13"]
|
||||||
nut13 = ["dep:bip39"]
|
nut13 = ["dep:bip39"]
|
||||||
|
|||||||
Reference in New Issue
Block a user