aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-24 04:09:50 +0000
committerFuwn <[email protected]>2024-07-24 04:15:26 +0000
commita7f48e77f8be6006ac70515142db1e6594268439 (patch)
treecba3f0dc13800fdb8aee82ca72aaed513db5c3d3 /Cargo.toml
parentchore: bump version (diff)
downloadseptember-a7f48e77f8be6006ac70515142db1e6594268439.tar.xz
september-a7f48e77f8be6006ac70515142db1e6594268439.zip
fix(html): use markdown safety
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cd07ff..e9e88b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,8 +36,8 @@ dotenv = "0.15.0"
# URL Standard
url = "2.3.1"
-# HTML Encoding
-html-escape = "0.2.13"
+# Markdown Encoding
+comrak = "0.26.0"
[build-dependencies]
# Compile-time Environment Variables