Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use workspace serde in playlists crate

+2 -2
+2 -2
crates/playlists/Cargo.toml
··· 10 10 anyhow = "1.0" 11 11 chrono = { version = "0.4", features = ["serde"] } 12 12 rand = "0.8" 13 - serde = { version = "1.0", features = ["derive"] } 14 - serde_json = "1.0" 13 + serde = { workspace = true } 14 + serde_json = { workspace = true } 15 15 sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } 16 16 tokio = { version = "1", features = ["full"] } 17 17 tracing = { workspace = true }