浏览代码

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

gudnuf 1 月之前
父节点
当前提交
a4aaef705e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/cdk-mintd/Cargo.toml

+ 1 - 1
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