From 996504373e1f99fcb2e528948f5e7ecc071c7722 Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 18 Apr 2024 20:15:07 +0100 Subject: [PATCH] Replace axum with Rocket Axum is shit and doesn't work --- .idea/workspace.xml | 73 +- Cargo.lock | 1166 +++++++++++++++++++++----------- Cargo.toml | 3 +- src/daemon/update_playlists.rs | 17 +- src/main.rs | 111 ++- src/models.rs | 10 +- src/subsonic.rs | 69 +- 7 files changed, 982 insertions(+), 467 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cd56594..90a3234 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -16,6 +16,10 @@ + + + +