Retour sur pmoaudio

This commit is contained in:
2025-11-01 21:10:57 +01:00
parent ec0a0e675e
commit 6bce26c4fc
26 changed files with 4481 additions and 1048 deletions

3
Cargo.lock generated
View File

@@ -2630,6 +2630,7 @@ name = "pmoaudiocache"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum 0.8.6",
"bytes",
"chrono",
@@ -2640,11 +2641,13 @@ dependencies = [
"pmoconfig",
"pmodidl",
"pmoflac",
"pmometadata",
"pmoserver",
"quick-xml 0.37.5",
"rusqlite",
"serde",
"serde_json",
"tempfile",
"tokio",
"tracing",
"tracing-subscriber",