feat: get songs from jellyfin

This commit is contained in:
Alexander Navarro 2025-10-18 19:31:45 -03:00
parent 49cf01c668
commit 12ad788452
7 changed files with 131 additions and 18 deletions

View file

@ -7,6 +7,7 @@ edition = "2024"
anyhow = "1.0.100"
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.49", features = ["derive"] }
rand = "0.9.2"
reqwest = { version = "0.12.24", features = ["gzip", "json"] }
serde = "1.0.228"
serde_json = "1.0.145"