mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 22:45:53 +01:00
fix: pass auth cfg through mintd to axum (#986)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user