use new readline crate

This commit is contained in:
Mark Thom
2019-03-17 14:50:57 -06:00
parent 1ce8d90627
commit 4a7cd50e4b
4 changed files with 7 additions and 10 deletions

View File

@@ -11,10 +11,7 @@ downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.1"
readline-sys = "0.1.0"
[patch.crates-io]
readline-sys = { git = 'https://github.com/mthom/readline-sys' }
readline_rs = { package = "readline-rs", version = "*" }
[dependencies.termion]
version = "1.4.0"