]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Cargo.toml
Include dbus to use vendored
[rbdr/lyricli] / Cargo.toml
index d7cc7a3b520f23c3b370c6f8defaaba21e19544f..261b50ef11e90a1dd15adacf57ae6916f0b4be60 100644 (file)
@@ -27,7 +27,8 @@ cocoa = "0.26.0"
 objc_id = "0.1.1"
 
 [target.'cfg(target_os = "linux")'.dependencies]
-mpris = "2.0.1"
+dbus = { version = "0.9.6", features = ["vendored"] }
+mpris = { version = "2.0.1"}
 
 [profile.release]
 strip = true