remove cookie flash-messages; simply show uuid

This commit is contained in:
2025-08-13 11:22:18 +02:00
parent e991818c7d
commit 652ea26b32
5 changed files with 89 additions and 242 deletions

View File

@@ -6,7 +6,6 @@ edition = "2024"
[dependencies]
axum = "0.8"
axum-extra = { version = "0.10", features = ["cookie"] }
axum-messages = "0.8"
chrono = { version = "0.4", features = ["serde"] }
maud = { version = "0.27", features = ["axum"] }
rust-i18n = "3.1"
@@ -14,7 +13,6 @@ 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"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
uuid = { version = "1.17", features = ["v4", "serde"] }