summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-02-21 11:46:09 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-02-21 11:47:08 +0200
commitff6025a26312dd2e098fb2d6e3920eecffdad217 (patch)
tree97bf5bcaef1c6cc44aae0feb0cde78b35a0034e5 /Cargo.toml
parent0d4e33ca99f104336e93acd0bb9a5a06b427e5d8 (diff)
Prompt in a loop
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36babb3..72f75f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+rexpect = "0.5.0"
[dev-dependencies]
assert_cmd = "2.0.8"