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

@@ -1,7 +1,7 @@
#[macro_use] extern crate downcast;
#[macro_use] extern crate prolog_parser;
extern crate readline_sys;
extern crate readline_rs;
extern crate termion;
mod prolog;