소스 검색

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