aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"