From 91bf47caf00badecd935bb3dd5acded5b770d7d3 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:31:34 +0200 Subject: using mockito for testing instead of real websites --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c6ba1f6..4e79f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,8 @@ rand = "0.8.3" reqwest = "0.11" kuchiki = "0.8.1" +mockito = "0.30.0" + [dev-dependencies] tokio-test = "*" -- cgit v1.2.3