aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.rs b/src/config.rs
index 69328b0..b242534 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,15 +1,9 @@
use std::collections::BTreeSet;
use std::sync::LazyLock;
use std::sync::Arc;
-use std::future::Future;
-use std::pin::Pin;
use std::time::*;
-use super::cache::AsyncCache;
-use super::deserialize::{GetRecentTracks, GetUserInfo, GetTrackInfo, Track, TrackStub, User};
-
use dotenv::var;
-use tokio::sync::RwLock;
use handlebars::{Handlebars, handlebars_helper};
use duration_str as ds;