From 06ccea56d12a1bfaa1dd7043e4d1996ebb0acd84 Mon Sep 17 00:00:00 2001 From: jude Date: Tue, 16 Apr 2024 20:37:42 +0100 Subject: [PATCH] Add details for building --- .idea/workspace.xml | 10 +- Cargo.lock | 251 ++++++++++++++++++++++++++++++++- Cargo.toml | 7 + Containerfile | 2 +- README.md | 38 +++++ etc/playlistd.toml | 15 ++ src/daemon/update_playlists.rs | 19 ++- src/main.rs | 36 +++-- 8 files changed, 355 insertions(+), 23 deletions(-) create mode 100644 README.md create mode 100644 etc/playlistd.toml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4ce9c3c..6a1e873 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -13,8 +13,14 @@ + + + + + +