summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-07 20:53:59 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-07 20:53:59 -0500
commit35b5b8956f0bdf81da25380de7d3a6f243e6d1c0 (patch)
tree1c7fac20e52ee30669670283e1633914590b85db /src/main.rs
parent544b316bbaa36448b3272c4e00cd21c07fe0971d (diff)
downloadlastfm-query-35b5b8956f0bdf81da25380de7d3a6f243e6d1c0.tar.gz
lastfm-query-35b5b8956f0bdf81da25380de7d3a6f243e6d1c0.zip
combine exporter and cmd/sync
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 dc307f6..2518e55 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,6 @@ extern crate serde_derive;
mod cli;
mod cmd;
-mod exporter;
mod lastfm;
mod paths;
mod db;