add error/succ messages

This commit is contained in:
2025-08-03 12:11:02 +02:00
parent e3fd3bdfcc
commit 811d29b9ec
6 changed files with 272 additions and 116 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
axum = "0.8"
axum-extra = { version = "0.10", features = ["cookie"] }
axum-messages = "0.8.0"
chrono = { version = "0.4.41", features = ["serde"] }
maud = { version = "0.27", features = ["axum"] }
rust-i18n = "3.1.5"
@@ -13,4 +14,5 @@ serde = { version = "1", features = ["derive"] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "macros", "chrono"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6", features = ["fs"] }
tower-sessions = "0.14.0"
uuid = { version = "1.17", features = ["v4", "serde"] }