aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-10-09 19:31:34 +0200
committerMax Audron <audron@cocaine.farm>2021-10-10 16:21:55 +0200
commit91bf47caf00badecd935bb3dd5acded5b770d7d3 (patch)
tree90e076d31dc6ffd6096c7ca6d4a5b1fb132461ce /Cargo.toml
parentfixed tests with new refactor (diff)
using mockito for testing instead of real websites
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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 = "*"