aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89aacad..ba316a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,6 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
-libc = "0.2.153"
-objc = "0.2.7"
percent-encoding = "2.3.1"
reqwest = { version = "0.11", features = ["json"] }
scraper = "0.19.0"
@@ -22,6 +20,12 @@ 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.153"
+objc = "0.2.7"
+cocoa = "0.25.0"
+objc_id = "0.1.1"
+
[profile.release]
strip = true
lto = true