Try adding some libraries

Just playing around for now
This commit is contained in:
greg 2019-02-09 05:45:13 -08:00
parent f3f1dcc0a4
commit be90a859db
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ phf = "0.7.12"
includedir = "0.2.0"
linefeed = "0.5.0"
regex = "0.2"
cursive = "0.10"
ncurses = "5.98.0"
[build-dependencies]
includedir_codegen = "0.2.0"

View File

@ -5,6 +5,8 @@ extern crate getopts;
extern crate linefeed;
extern crate itertools;
extern crate colored;
extern crate ncurses;
extern crate cursive;
#[macro_use]
extern crate serde_derive;