server: include a calendar widget showing the calendar event

This commit is contained in:
2025-08-19 11:22:31 -07:00
parent a8a5089ed3
commit 49e93829dd
3 changed files with 132 additions and 18 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]
chrono-tz = "0.8"
html2text = "0.6"
ammonia = "4.1.0"
anyhow = "1.0.98"