aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 11:51:34 +0000
committerFuwn <[email protected]>2022-07-17 11:51:34 +0000
commit2cd604ac50b4e8e437dd61659e42cd732cb3c40d (patch)
tree02f2c9f2bcb4f961544df41a53f7d028f1512b30 /Cargo.toml
parentdocs(cargo): bump version 0.1.6 -> 0.2.0 (diff)
downloadseptember-0.2.1.tar.xz
september-0.2.1.zip
fix(gemini_to_html.rs): html entity-encode geminiv0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d741b16..f86b42a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
@@ -34,6 +34,9 @@ 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"