瀏覽代碼

refactor: wallet and mint use nut13 feature

thesimplekid 1 年之前
父節點
當前提交
370a1df96a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/cdk/Cargo.toml

+ 1 - 1
crates/cdk/Cargo.toml

@@ -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"]