From 6e330c81af0905182e14b1fd5358c8e31dcd2c3d Mon Sep 17 00:00:00 2001 From: R0flcopt3r Date: Tue, 5 Oct 2021 21:44:33 +0200 Subject: for mr maintainer boi --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16909db..0cc9a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,12 @@ 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"] } + +[dev-dependencies] +tokio-test = "*" + [features] default = [] -- cgit v1.2.3