From 370a1df96a43595d95840e3f6172561b51daa1ef Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 12 Apr 2024 14:03:10 +0100 Subject: [PATCH] refactor: wallet and mint use nut13 feature --- crates/cdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cdk/Cargo.toml b/crates/cdk/Cargo.toml index 42e803b2..fd47e733 100644 --- a/crates/cdk/Cargo.toml +++ b/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"]