server: render calendar summary before any pre-existing text

This commit is contained in:
2025-08-19 11:17:11 -07:00
parent cc994df4e5
commit a8a5089ed3
3 changed files with 146 additions and 24 deletions

View File

@@ -12,6 +12,7 @@ version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
html2text = "0.6"
ammonia = "4.1.0"
anyhow = "1.0.98"
askama = { version = "0.14.0", features = ["derive"] }