Added telegram bot WEB App
Build and Publish / Build and Publish Docker Image (push) Successful in 6m0s

This commit is contained in:
Ultradesu
2026-07-01 12:44:53 +03:00
parent 3a4bc23a58
commit 77cde17ef9
10 changed files with 710 additions and 63 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "amnezia-fellow"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
description = "Amnezia VPN client manager with SSO, SQLite, and Kubernetes Secret sync"
@@ -9,8 +9,8 @@ cot = { version = "0.6.0", default-features = false, features = ["sqlite", "json
schemars = { version = "0.9", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
openidconnect = "4.0"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1", features = ["sync"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
tokio = { version = "1", features = ["rt", "sync", "time"] }
base64 = "0.22"
miniz_oxide = "0.8"
qrcode = "0.14"