aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 731927f..ce5cf24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,3 +45,11 @@ failure = "0.1.5"
log = "0.4.6"
strum = "0.15.0"
strum_macros = "0.15.0"
+
+[dev-dependencies]
+assert_cmd = "0.11"
+rexpect = "0.3"
+reqwest = "0.9"
+assert_fs = "0.11"
+select = "0.4"
+portpicker = "0.1"