Serve static files

This commit is contained in:
2025-01-22 20:35:52 +01:00
parent b4a823a35f
commit f31e0ebbcc
6 changed files with 12320 additions and 5 deletions

View File

@ -15,4 +15,6 @@ actix-web = "4"
actix-session = { version = "0.10.1", features = ["redis-session"] }
light-openid = "1.0.2"
thiserror = "2.0.11"
rand = "0.9.0-beta.3"
rand = "0.9.0-beta.3"
rust-embed = "8.5.0"
mime_guess = "2.0.5"