idk
All checks were successful
/ upload (release) Successful in 1m3s

This commit is contained in:
pavel 2026-02-16 23:58:08 +01:00
commit 6f55ad839c
14 changed files with 865 additions and 72 deletions

View file

@ -22,3 +22,5 @@ jsonwebtoken = "9.3.1"
anyhow = "1.0.95"
reqwest = { version = "0.12.12", features = ["json", "rustls-tls"] }
serde_json = "1.0.138"
utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "macros"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }