This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
description = "Reusable web-app boilerplate: auth, OIDC/SSO, admin panel, user management, i18n, PostgreSQL"
|
||||
|
||||
[dependencies]
|
||||
cot = { path = "../cot/cot", features = ["postgres", "json", "openapi", "swagger-ui"] }
|
||||
cot = { version = "0.6.0", features = ["postgres", "json", "openapi", "swagger-ui"] }
|
||||
schemars = { version = "0.9", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
openidconnect = "4.0"
|
||||
|
||||
Reference in New Issue
Block a user