Figure out markdown to html conversion.

This commit is contained in:
Olivia Brooks
2025-10-13 19:40:10 -04:00
parent bc3eb9d77a
commit 7a7ba5d21b
6 changed files with 62 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ license = "MIT"
[dependencies]
chrono = "0.4"
markdown = "1.0.0"
ron = "0.11"
[dependencies.clap]