summaryrefslogtreecommitdiffstats
path: root/copypasta/Cargo.toml
blob: 1b8870722729ba8b4b3f7f7deb5ca1f5056522fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"