From a4aaef705ed1f0cda1f2fe970b4600d203ffd29b Mon Sep 17 00:00:00 2001 From: gudnuf <108303703+gudnuf@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:55:32 -0700 Subject: [PATCH] fix: pass auth cfg through mintd to axum (#986) --- crates/cdk-mintd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cdk-mintd/Cargo.toml b/crates/cdk-mintd/Cargo.toml index ed844cbf..d9fb63f4 100644 --- a/crates/cdk-mintd/Cargo.toml +++ b/crates/cdk-mintd/Cargo.toml @@ -23,7 +23,7 @@ sqlcipher = ["cdk-sqlite/sqlcipher"] # MSRV is not committed to with swagger enabled swagger = ["cdk-axum/swagger", "dep:utoipa", "dep:utoipa-swagger-ui"] redis = ["cdk-axum/redis"] -auth = ["cdk/auth", "cdk-sqlite/auth"] +auth = ["cdk/auth", "cdk-sqlite/auth", "cdk-axum/auth"] [dependencies] anyhow.workspace = true