summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main.rs b/src/main.rs
index 8432184..d667eb1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,17 +1,3 @@
-#[macro_use]
-extern crate clap;
-extern crate directories;
-#[macro_use]
-extern crate failure;
-extern crate indicatif;
-extern crate reqwest;
-extern crate rpassword;
-extern crate rusqlite;
-extern crate serde;
-extern crate serde_json;
-#[macro_use]
-extern crate serde_derive;
-
mod cmd;
mod db;
mod lastfm;