X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/44e7b4de4073e6dc25681bb2fa6977bf5869689a..528b2376bc68e78eb27352c4d4a34f1658e65a66:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index ba316a9..cb0850d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ objc = "0.2.7" cocoa = "0.25.0" objc_id = "0.1.1" +[target.'cfg(target_os = "linux")'.dependencies] +mpris = "2.0.1" + [profile.release] strip = true lto = true