This commit is contained in:
Michal Humpula
2026-02-15 19:28:19 +01:00
parent 5fbd72b370
commit 940a86ff8c
8 changed files with 1459 additions and 13 deletions

View File

@@ -18,4 +18,13 @@ netlink-sys = "0.8.7"
anyhow = "1.0.98"
bytes = "1.10.1"
tokio = { version = "1.42", features = ["full"] }
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
axum = "0.7"
axum-extra = { version = "0.9", features = ["typed-header"] }
tower = "0.4"
tower-http = { version = "0.5", features = ["cors", "auth"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
bcrypt = "0.15"
base64 = "0.22"