Furumi added CI
Build and Publish / Build and Publish Docker Image (push) Successful in 4m16s

This commit is contained in:
2026-05-23 13:18:28 +03:00
parent 8912c51165
commit 9fc141378e
9 changed files with 160 additions and 60 deletions
+1 -1
View File
@@ -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"