Add templates for 404 pages

This commit is contained in:
traxys 2023-08-15 19:40:11 +02:00
parent 7bf18486bc
commit e6616c75af
4 changed files with 364 additions and 7 deletions

View file

@ -12,6 +12,7 @@ openidconnect = "3.3.0"
parking_lot = "0.12.1"
serde = { version = "1.0.183", features = ["derive"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio", "postgres", "uuid", "migrate"] }
tera = "1.19.0"
thiserror = "1.0.44"
tokio = { version = "1.31.0", features = ["full"] }
tracing = "0.1.37"