From d49542575db8f931a4492d0b149bad028b4b68ca Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 30 Nov 2020 12:25:56 +0200 Subject: Add autocompleter --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.1