post pathing

This commit is contained in:
2026-01-25 16:09:07 -05:00
parent f9d58cbd7c
commit 552cad6b4a
19 changed files with 2834 additions and 61 deletions

View File

@@ -11,4 +11,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5", features = ["fs"] }
askama = "0.14.0"
serde_json = "1.0.149"
serde = "1.0.228"
serde = "1.0.228"
typst = "0.14.2"
typst-html = "0.14.2"
regex = "1.12.2"