aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-02-04 05:02:03 +0000
committerFuwn <[email protected]>2023-02-04 05:02:03 +0000
commit1d498c946f58dc1fdaf6e932d2186520125d23d4 (patch)
tree748b398cc0dc69e8dae46ee224448261bf3e84dc /Cargo.toml
parentfix(gemini_to_html.rs): remove html escaping (diff)
downloadseptember-1d498c946f58dc1fdaf6e932d2186520125d23d4.tar.xz
september-1d498c946f58dc1fdaf6e932d2186520125d23d4.zip
feat: markdown to html
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7a0573f..a2ed987 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,9 @@ log = "0.4.16"
# Environment Variables
dotenv = "0.15.0"
+# Markdown to HTML
+markly = "0.3.0"
+
[build-dependencies]
# Environment Variables
vergen = "7.0.0"