This commit is contained in:
+5
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "amnezia-fellow"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2024"
|
||||
description = "Amnezia VPN client manager with SSO, SQLite, and Kubernetes Secret sync"
|
||||
|
||||
@@ -19,5 +19,9 @@ tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
curve25519-dalek = "4.1"
|
||||
getrandom = "0.3"
|
||||
hex = "0.4"
|
||||
hmac = "0.12"
|
||||
kube = { version = "3.1.0", default-features = false, features = ["client", "rustls-tls", "ring"] }
|
||||
k8s-openapi = { version = "0.27.1", features = ["v1_32"] }
|
||||
sha2 = "0.10"
|
||||
url = "2"
|
||||
|
||||
Reference in New Issue
Block a user