This commit is contained in:
2026-03-01 03:33:36 +01:00
parent 68f16055a8
commit e982ea372f
26 changed files with 496 additions and 550 deletions

View File

@@ -44,8 +44,8 @@ tokio = { version = "1.49", features = ["full"] }
axum = { version = "0.8.8", features = ["macros", "ws"] }
#utoipa = "5.4"
#utoipa-swagger-ui = { version = "9.0", features = ["axum"] }
#tower = "0.5"
tower-http = { version = "0.6", features = ["trace", "cors", "timeout"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["trace", "cors", "timeout", "catch-panic"] }
# UDP
socket2 = "0.6"
@@ -56,6 +56,8 @@ migration = { path = "migration" }
# logs
log = "0.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
env_logger = "0.11.8"
# utils
@@ -71,4 +73,6 @@ futures-util = "0.3"
rand = "0.9"
ssh-key = { version = "0.6", features = ["default", "crypto"] }
base64 = "0.22"
argon2 = "0.5.3"
argon2 = "0.5.3"
jsonwebtoken = "9.3.1"
bcrypt = "0.17.0"