|
|
@@ -20,16 +20,16 @@ rand.workspace = true
|
|
|
bip39 = { workspace = true, features = ["rand"] }
|
|
|
anyhow.workspace = true
|
|
|
cashu = { workspace = true, features = ["mint", "wallet"] }
|
|
|
-cdk = { workspace = true, features = ["mint", "wallet", "auth", "bip353"] }
|
|
|
+cdk = { workspace = true, features = ["mint", "wallet", "bip353"] }
|
|
|
cdk-cln = { workspace = true }
|
|
|
cdk-lnd = { workspace = true }
|
|
|
cdk-ldk-node = { workspace = true }
|
|
|
-cdk-axum = { workspace = true, features = ["auth"] }
|
|
|
+cdk-axum.workspace = true
|
|
|
cdk-sqlite = { workspace = true }
|
|
|
cdk-redb = { workspace = true }
|
|
|
cdk-fake-wallet = { workspace = true }
|
|
|
-cdk-common = { workspace = true, features = ["mint", "wallet", "auth"] }
|
|
|
-cdk-mintd = { workspace = true, features = ["cln", "lnd", "fakewallet", "grpc-processor", "auth", "lnbits", "management-rpc", "sqlite", "postgres", "ldk-node", "prometheus"] }
|
|
|
+cdk-common = { workspace = true, features = ["mint", "wallet"] }
|
|
|
+cdk-mintd = { workspace = true, features = ["cln", "lnd", "fakewallet", "grpc-processor", "lnbits", "management-rpc", "sqlite", "postgres", "ldk-node", "prometheus"] }
|
|
|
futures = { workspace = true, default-features = false, features = [
|
|
|
"executor",
|
|
|
] }
|