summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-20 21:08:51 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-20 21:08:51 -0500
commit369e9c87bb5f1d6c3b4c470ad60615b1ad9dc948 (patch)
treef7d6395e1671d09e39bbccb7d80ee12521140574 /src/main.rs
parent108265c627fa754621c92c923011f2efa07d228d (diff)
add support back for opening files
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 9c94cb6..0f6ae5e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,6 @@
#[macro_use]
extern crate serde_derive;
extern crate toml;
-extern crate ncurses;
extern crate xdg;
// use std::collections::BTreeMap;