Now better matching of the airsonic spec

This commit is contained in:
2026-04-09 11:49:17 -04:00
parent f7593dc0dc
commit d17049d92a
14 changed files with 1340 additions and 673 deletions
+1
View File
@@ -37,6 +37,7 @@ serde_json = "1"
serde_yaml = "0.9"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["io"] }
futures-util = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-actix-web = "0.7"