Big debug of pmoqobuz step 1

This commit is contained in:
2025-12-12 21:42:04 +00:00
parent 7389c55970
commit cd19d68703
26 changed files with 18565 additions and 652 deletions

4
Cargo.lock generated
View File

@@ -3535,6 +3535,7 @@ name = "pmoqobuz"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum 0.8.7",
"base64 0.22.1",
"chrono",
@@ -3544,13 +3545,16 @@ dependencies = [
"mockito",
"moka",
"pmoaudiocache",
"pmocache",
"pmoconfig",
"pmocovers",
"pmodidl",
"pmoplaylist",
"pmoserver",
"pmosource",
"regex",
"reqwest",
"rusqlite",
"serde",
"serde_json",
"serde_yaml",