aboutsummaryrefslogtreecommitdiff
path: root/copypasta/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r--copypasta/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml
deleted file mode 100644
index 3ad221de..00000000
--- a/copypasta/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-name = "copypasta"
-version = "0.0.1"
-authors = ["Joe Wilm <joe@jwilm.com>"]
-license = "Apache-2.0"
-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"
-
-[target.'cfg(windows)'.dependencies]
-clipboard = "0.5.0"