summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-20 18:13:01 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-20 18:13:01 -0400
commit2f897531b41a21c5ed112d18f41f79078e6144b1 (patch)
tree2455612c50a6b03a6c405e86e912749ec693a1a9 /Cargo.toml
parentd6dcbc78792396eafeb6ef8f3fb01b03e22ce550 (diff)
use rustyline for textfield implementation
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 cf0476e..e66955f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ libc = "0.2.51"
tree_magic = "0.2.1"
notify = "4.0.10"
open = "1.2.2"
+rustyline = "3.0.0"
serde = "1.0.90"
serde_derive = "1.0.90"
structopt = "0.2.14"