aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7772233..fae2b9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,8 +48,9 @@ strum_macros = "0.15.0"
[dev-dependencies]
assert_cmd = "0.11"
-rexpect = "0.3"
reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
port_check = "0.1"
+rstest = "0.2"
+pretty_assertions = "0.5"