summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-17 11:29:16 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-17 11:29:16 +0200
commit5d3b67cc755e1ffc2d9e986dd0a725160d09ae69 (patch)
tree18d8a9ac7f6976d9e276d49b40e1e1872e2a5320 /Cargo.toml
parentf5a00e9090b9d81936137c3fc676cfd0ad25430c (diff)
Use rustyline
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 f2a906a..5771db2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ clap = { version = "4.1.8", features = ["derive"] }
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
nom = "7.1.3"
rexpect = "0.5.0"
+rustyline = { version = "11.0.0", default-features = false }
shlex = "1.1.0"
thiserror = "1.0.38"