Serve empty directories, page cache

This commit is contained in:
Pascal Engélibert 2026-07-29 17:55:23 +02:00
commit ed769102de
12 changed files with 339 additions and 112 deletions

View file

@ -19,6 +19,8 @@ dashmap = "6.2.1"
form_urlencoded = "1.2.2"
# Code highlight
giallo = { version = "0.5.0", features = ["dump"] }
# Markdown rendering
linemd = "0.5.0"
log = "0.4.33"
rand = "0.10.2"
serde = { version = "1.0.229", features = ["derive"] }