From bfe2ad6c6d52b29e6fe5e3486bde9b1b3cbba3c9 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 21 Dec 2023 10:58:56 -0800 Subject: [PATCH] add html_escape --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b8ea511..b43ff99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,4 @@ image = "0.24.7" lru = "0.12.1" bytes = "1.5.0" http = "1.0.0" +html-escape = "0.2.13"