commit bfe2ad6c6d52b29e6fe5e3486bde9b1b3cbba3c9 parent 16e58161f6b038cbed87cbf93be093a2fc00acfd Author: William Casarin <jb55@jb55.com> Date: Thu, 21 Dec 2023 10:58:56 -0800 add html_escape Diffstat:
M | Cargo.toml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"