aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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