diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-30 12:25:56 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-30 12:57:52 +0200 |
commit | d49542575db8f931a4492d0b149bad028b4b68ca (patch) | |
tree | 9db7989322af9866789644d9e3abf13e6f1b7ec3 /Cargo.toml | |
parent | Refactoring (diff) | |
download | rshell-master.tar.xz |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |