summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cdd184..0422956 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,3 +26,10 @@ url = "2.5.7"
indicatif = "0.18.3"
futures-util = "0.3.31"
+[dev-dependencies]
+env_logger = "0.11.8"
+log = "0.4.28"
+mockito = "1.7.1"
+tempfile = "3.23.0"
+tokio-test = "0.4.4"
+