fix: lots of small errors
Some checks failed
Rust / build_and_test (push) Failing after 52s

This commit is contained in:
Lukas Wölfer
2026-04-10 23:26:34 +02:00
parent 559f36224e
commit 1904c631c5
5 changed files with 585 additions and 487 deletions

View File

@@ -6,8 +6,8 @@ edition = "2024"
[dependencies]
axum = "0.8"
askama = "0.15"
axum-sessions = "0.6"
async-session = "3.0"
axum_session = "0.19"
axum_session_sqlx = { version = "0.8", features = ["sqlite"]}
oauth2 = "5.0"
reqwest = { version = "0.13", features = ["json"] }