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