Fix compilation errors: Resolve utoipa derive issues, add time dependency, and correct Axum middleware signature
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-07 15:08:53 +03:00
parent bb3ec14a75
commit 472bac85f3
5 changed files with 22 additions and 6 deletions

View File

@@ -38,3 +38,4 @@ bcrypt = "0.17.0"
axum-extra = { version = "0.9", features = ["cookie"] }
rand = "0.8"
anyhow = "1.0.101"
time = { version = "0.3.47", features = ["serde", "formatting", "parsing"] }