diff options
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r-- | copypasta/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml new file mode 100644 index 00000000..1f07645a --- /dev/null +++ b/copypasta/Cargo.toml @@ -0,0 +1,9 @@ +[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] |