summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-23 02:49:04 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-23 02:49:04 -0500
commit96c8e1e5ac561e450b78912f65b2415d41fc6a58 (patch)
tree6710f042521c37e85b90d3b2c8cf2b3a1f98d8cb /src/main.rs
parentbb860c9777d971a72e685148c6c1b2cdc13b3e0b (diff)
downloadlastfm-query-96c8e1e5ac561e450b78912f65b2415d41fc6a58.tar.gz
lastfm-query-96c8e1e5ac561e450b78912f65b2415d41fc6a58.zip
rust 2018HEADmaster
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;