Try adding some libraries
Just playing around for now
This commit is contained in:
parent
f3f1dcc0a4
commit
be90a859db
@ -20,6 +20,8 @@ phf = "0.7.12"
|
|||||||
includedir = "0.2.0"
|
includedir = "0.2.0"
|
||||||
linefeed = "0.5.0"
|
linefeed = "0.5.0"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
|
cursive = "0.10"
|
||||||
|
ncurses = "5.98.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
includedir_codegen = "0.2.0"
|
includedir_codegen = "0.2.0"
|
||||||
|
@ -5,6 +5,8 @@ extern crate getopts;
|
|||||||
extern crate linefeed;
|
extern crate linefeed;
|
||||||
extern crate itertools;
|
extern crate itertools;
|
||||||
extern crate colored;
|
extern crate colored;
|
||||||
|
extern crate ncurses;
|
||||||
|
extern crate cursive;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
Loading…
Reference in New Issue
Block a user