aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-02-04 04:41:23 +0000
committerFuwn <[email protected]>2023-02-04 04:41:23 +0000
commit6e9a08675598f1c47dcbaa12edb3dddc64971e3b (patch)
treee7f619c7f6944ad14744c15a16de2ccd5213883e /Cargo.toml
parentbuild(rustup): move from nightly to stable) (diff)
downloadseptember-6e9a08675598f1c47dcbaa12edb3dddc64971e3b.tar.xz
september-6e9a08675598f1c47dcbaa12edb3dddc64971e3b.zip
fix(gemini_to_html.rs): remove html escaping
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 165d0c7..8b9092b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,9 +34,6 @@ log = "0.4.16"
# Environment Variables
dotenv = "0.15.0"
-# HTML Entity-encode Text
-htmlescape = "0.3.1"
-
[build-dependencies]
# Environment Variables
vergen = "7.0.0"