aboutsummaryrefslogtreecommitdiff
path: root/copypasta/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r--copypasta/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml
index 1f07645a..1b887072 100644
--- a/copypasta/Cargo.toml
+++ b/copypasta/Cargo.toml
@@ -7,3 +7,8 @@ description = "Forthcoming clipboard library"
keywords = ["clipboard", "copy", "paste"]
[dependencies]
+
+[target.'cfg(target_os = "macos")'.dependencies]
+objc = "0.2"
+objc_id = "0.1"
+objc-foundation = "0.1"