aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-17 15:31:38 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-17 15:31:38 +0200
commitee8ac99d9fa1f348065108b73297eebc8033e57e (patch)
treeffccfd2492503c667d9d7fe67361294fef54d130 /Cargo.toml
parentb3964aefbcab8ff098afabf64befa04a4eebd993 (diff)
Use objc2, rename dbus to mpris, add swinsian4.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 11 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0f05f5..c212fa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,24 +12,26 @@ name = "lrc"
path = "src/main.rs"
[dependencies]
-clap = { version = "4.5.27", features = ["derive"] }
+clap = { version = "4.5.2", features = ["derive"] }
percent-encoding = "2.3.1"
-reqwest = { version = "0.12.12", features = ["json", "native-tls-vendored"] }
-scraper = "0.22.0"
-serde = { version = "1.0.217", features = ["derive"] }
-serde_json = "1.0.137"
-tokio = { version = "1.43.0", features = ["full"] }
+reqwest = { version = "0.11", features = ["json", "native-tls", "native-tls-vendored"] }
+scraper = "0.19.0"
+serde = { version = "1.0.197", features = ["derive"] }
+serde_json = "1.0.114"
+tokio = { version = "1", features = ["full"] }
[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.174"
+objc = "0.2.7"
objc2 = "0.6.1"
objc2-foundation = "0.3.1"
-objc2-app-kit = { version = "0.3.1", features = ["NSWorkspace"] }
objc2-scripting-bridge = "0.3.1"
+objc2-app-kit = "0.3.1"
+cocoa = "0.26.1"
+objc_id = "0.1.1"
[target.'cfg(target_os = "linux")'.dependencies]
-dbus = { version = "0.9.6", features = ["vendored"] }
-mpris = { version = "2.0.1"}
+mpris = "2.0.1"
[profile.release]
strip = true