feat: add Wireguard interface model
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -17,12 +17,16 @@ codegen-units = 1
|
||||
async-session = "3.0.0"
|
||||
axum = "0.8.1"
|
||||
axum-extra = { version = "0.10.0", features = ["typed-header"] }
|
||||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
log = "0.4.27"
|
||||
log4rs = "1.3.0"
|
||||
mktemp = "0.5.1"
|
||||
openidconnect = { version = "4.0.0", features = ["reqwest"] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
serde_yaml = "0.9.34"
|
||||
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio", "time"] }
|
||||
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
|
||||
sqlx = { version = "0.8.3", features = ["ipnetwork", "postgres", "runtime-tokio", "time"] }
|
||||
tokio = { version = "1.44.1", features = ["process", "rt-multi-thread"] }
|
||||
x25519-dalek = { version = "2.0.1", features = ["getrandom", "serde", "static_secrets"] }
|
||||
zeroize = "1.8.1"
|
||||
|
Reference in New Issue
Block a user