use rustyline to replace readline

This commit is contained in:
Dietmar Maurer
2019-11-29 11:58:01 +01:00
parent 41874331ed
commit ca60ac13d9
4 changed files with 306 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pam-sys = "0.5"
pin-utils = "0.1.0-alpha"
proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1", features = [ "sortable-macro", "api-macro" ] }
regex = "1.0"
rustyline = "5.0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shellwords = "1.0"