From f04903065051e82983040107683527de0c5e6d48 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:14:46 +0200 Subject: finished implementing everything --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cc9a84..7619d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" -html_parser = "0.6.2" reqwest = { version = "0.11", features = ["json"] } +kuchiki = "0.8.1" [dev-dependencies] tokio-test = "*" -- cgit v1.2.3