summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index 8b5977b..ca0f5ce 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,12 +1,7 @@
-/*!
-These are some docs.
-*/
-
-#![allow(deprecated)] // for connect -> join rename
-
extern crate byteorder;
extern crate chan;
extern crate csv;
+extern crate csv_index;
extern crate docopt;
extern crate filetime;
extern crate num_cpus;
@@ -71,6 +66,7 @@ macro_rules! command_list {
mod cmd;
mod config;
+mod index;
mod select;
mod util;