aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-16 11:01:41 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-16 11:01:41 +0100
commit040b91a7a5b085f8aa0bec3580bf7d68450e6fc9 (patch)
treef27088c562fea977c9cbb97ffde3e81590db91fa /Cargo.toml
parent616cee0382cb0b9e287d1037ec82813aa859c1a0 (diff)
Add linux config
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