Implémentation des pmometadata dans pmocacheaudio

This commit is contained in:
2025-11-02 15:06:27 +01:00
parent 6bce26c4fc
commit 1eff9a57a5
15 changed files with 940 additions and 22 deletions

5
Cargo.lock generated
View File

@@ -2616,13 +2616,17 @@ version = "0.1.0"
dependencies = [
"async-trait",
"bytemuck",
"futures-util",
"paste",
"pmoflac",
"pmometadata",
"reqwest",
"soxr",
"tempfile",
"tokio",
"tokio-test",
"tokio-util",
"wiremock",
]
[[package]]
@@ -2637,6 +2641,7 @@ dependencies = [
"futures-util",
"lofty",
"paste",
"pmoaudio",
"pmocache",
"pmoconfig",
"pmodidl",