From 17be85d4155628b7a6a8c3e76641f20a91af4da4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Jan 2026 00:46:33 +0100 Subject: modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopm It is just easier to use the hand-written rust version, than to try to do this via the beets plugin. --- pkgs/by-name/mp/mpdpopm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/by-name/mp/mpdpopm/Cargo.toml') diff --git a/pkgs/by-name/mp/mpdpopm/Cargo.toml b/pkgs/by-name/mp/mpdpopm/Cargo.toml index 0bb63394..ccadfabb 100644 --- a/pkgs/by-name/mp/mpdpopm/Cargo.toml +++ b/pkgs/by-name/mp/mpdpopm/Cargo.toml @@ -37,7 +37,7 @@ os_str_bytes = "7.1" pin-project = "1.1" regex = "1.12" serde = { version = "1.0", features = ["derive"] } -serde-lexpr = "0.1.3" +serde_json = "1.0.149" snafu = { version = "0.8.9", features = ["backtrace"] } toml = "0.9" tokio = { version = "1.49", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } -- cgit 1.4.1