aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorR0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com>2021-10-09 19:38:06 +0200
committerMax Audron <audron@cocaine.farm>2021-10-10 16:21:55 +0200
commit2666732b0a9fd7afd566501f8b4aedd5fea8acc3 (patch)
tree9469a34b895c3720e398f5239c456ea52d184086 /Cargo.toml
parentusing mockito for testing instead of real websites (diff)
happy now asmodean?
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e79f5d..8f8bcbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,10 +32,9 @@ rand = "0.8.3"
reqwest = "0.11"
kuchiki = "0.8.1"
-mockito = "0.30.0"
-
[dev-dependencies]
tokio-test = "*"
+mockito = "0.30.0"
[features]
default = []