X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/df54d828b31c1cf4a3d60eb3dbbdab6a562faf2b..e4117b21a5e9cfaa3278e9e25711aff363e2ac92:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 0a4871a..261b50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ cocoa = "0.26.0" objc_id = "0.1.1" [target.'cfg(target_os = "linux")'.dependencies] -mpris = { version = "2.0.1", features = ["dbus/vendored"] } +dbus = { version = "0.9.6", features = ["vendored"] } +mpris = { version = "2.0.1"} [profile.release] strip = true