aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-11-17 16:41:00 -0500
committeralyx <alyx@aleteoryx.me>2023-11-17 16:45:15 -0500
commite5b8bfaba2360a9a701f6db0830798a09e13bee0 (patch)
tree9ebe1f1a9641a17870dead9919f3c9d993198845 /Cargo.toml
parent754e4be335fc250f00742f6c0503e05468792a73 (diff)
downloadlfm_embed-e5b8bfaba2360a9a701f6db0830798a09e13bee0.tar.gz
lfm_embed-e5b8bfaba2360a9a701f6db0830798a09e13bee0.tar.bz2
lfm_embed-e5b8bfaba2360a9a701f6db0830798a09e13bee0.zip
Remove redundant HTML escaping helpers.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31c0a95..ca94e86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ dotenv = "0.15.0"
duration-str = "0.5.1"
env_logger = "0.10.0"
handlebars = { version = "4.3.7", features = ["dir_source"] }
-htmlize = "1.0.3"
log = "0.4.19"
reqwest = { version = "0.11.18", features = ["gzip", "deflate", "brotli", "json"] }
serde = { version = "1.0.183", features = ["derive", "rc", "alloc"] }