added font

This commit is contained in:
2026-01-16 00:20:32 -05:00
parent 7e5db6b233
commit 4af1325ad6
6 changed files with 237 additions and 31 deletions

View File

@@ -5,4 +5,7 @@ edition = "2024"
[dependencies]
axum = "0.8.8"
markdown = "1.0.0"
pulldown-cmark = "0.13.0"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5", features = ["fs"] }