summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-03 18:24:55 +0300
committerYuval Adam <_@yuv.al>2018-07-03 18:24:55 +0300
commit199ae9c893f3d9d8a0f98f5747971770ab11807d (patch)
treeb94076a884c178199d5b2b11077985dd105b8c19 /Cargo.toml
parent24b557f2616d54f75bfc2d6f076c50240180ada1 (diff)
Add rustyline dependency
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 7ab02c9..bbe5a77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ authors = ["Yuval Adam <_@yuv.al>"]
[dependencies]
colored = "1.6"
clap = "2.32"
+rustyline = "1.0.0"