fix: pass auth cfg through mintd to axum (#986)

This commit is contained in:
gudnuf
2025-08-21 01:55:32 -07:00
committed by GitHub
parent aa624d3afd
commit a4aaef705e

View File

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