diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -21,10 +21,11 @@ serde_json = "1.0.137" tokio = { version = "1.43.0", features = ["full"] } [target.'cfg(target_os = "macos")'.dependencies] -libc = "0.2.169" -objc = "0.2.7" -cocoa = "0.26.0" -objc_id = "0.1.1" +libc = "0.2.174" +objc2 = "0.6.1" +objc2-foundation = "0.3.1" +objc2-app-kit = { version = "0.3.1", features = ["NSWorkspace"] } +objc2-scripting-bridge = "0.3.1" [target.'cfg(target_os = "linux")'.dependencies] dbus = { version = "0.9.6", features = ["vendored"] } |