From 82f65e58b77a6823f4840efc1165b7c7cd5428c3 Mon Sep 17 00:00:00 2001 From: godylockz <81207744+godylockz@users.noreply.github.com> Date: Thu, 13 Jan 2022 19:56:28 -0500 Subject: [PATCH] Add html5ever --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 12b902b..5c24b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ lazy_static = "1.4" dirs = "4.0" [dependencies] +html5ever = "*" futures = { version = "0.3"} tokio = { version = "1.15", features = ["full"] } tokio-util = {version = "0.6", features = ["codec"]}