AWG: Added migration
Build and Publish / Build and Publish Docker Image (push) Successful in 3m11s

This commit is contained in:
Ultradesu
2026-07-01 13:53:03 +03:00
parent 77cde17ef9
commit 9ccab69836
8 changed files with 523 additions and 10 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
[package]
name = "amnezia-fellow"
version = "0.1.5"
version = "0.1.6"
edition = "2024"
description = "Amnezia VPN client manager with SSO, SQLite, and Kubernetes Secret sync"
description = "Amnezia VPN client manager with SSO, SQLite/PostgreSQL, and Kubernetes Secret sync"
[dependencies]
cot = { version = "0.6.0", default-features = false, features = ["sqlite", "json", "openapi", "swagger-ui"] }
async-trait = "0.1"
cot = { version = "0.6.0", default-features = false, features = ["sqlite", "postgres", "json", "openapi", "swagger-ui"] }
schemars = { version = "0.9", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
openidconnect = "4.0"