aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-23 06:50:05 +0000
committerFuwn <[email protected]>2024-03-23 06:50:05 +0000
commit598ede71202aea7b0b7cc6361ff7a388154dade9 (patch)
tree2a4b28a5b3a99cf12a3da900eb2386f70e75ed0a /Cargo.toml
parentci(earthly): include default css (diff)
downloadseptember-598ede71202aea7b0b7cc6361ff7a388154dade9.tar.xz
september-598ede71202aea7b0b7cc6361ff7a388154dade9.zip
fix(html): html encode text body
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 fe2c88e..1c4dd59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,9 @@ dotenv = "0.15.0"
# URL Standard
url = "2.3.1"
+# HTML Encoding
+html-escape = "0.2.13"
+
[build-dependencies]
# Compile-time Environment Variables
vergen = { version = "8.2.1", features = ["git", "gitoxide"] }