aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-30 12:25:56 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-30 12:57:52 +0200
commitd49542575db8f931a4492d0b149bad028b4b68ca (patch)
tree9db7989322af9866789644d9e3abf13e6f1b7ec3 /Cargo.toml
parentRefactoring (diff)
downloadrshell-master.tar.xz
Add autocompleterHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e455a3c..f894eda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ edition = "2018"
# https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+nix = "0.19.1"
libc = "0.2"
-rustyline = "6.3.0"
-
+rustyline = "7.0.0"
+rustyline-derive = "0.4.0"
+radix_trie = "0.2"