stream radio paradise

This commit is contained in:
2025-10-27 08:00:57 +01:00
parent fee4c706da
commit a0e5d92bf9
2 changed files with 41 additions and 8 deletions

10
Cargo.lock generated
View File

@@ -2785,9 +2785,19 @@ dependencies = [
name = "pmoplaylist"
version = "0.1.0"
dependencies = [
"anyhow",
"once_cell",
"pmoaudiocache",
"pmocache",
"pmoconfig",
"pmodidl",
"pmoupnp",
"rusqlite",
"serde",
"serde_json",
"thiserror 1.0.69",
"tokio",
"tracing",
]
[[package]]