aboutsummaryrefslogtreecommitdiff
path: root/copypasta/Cargo.lock
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-10-08 18:42:33 -0700
committerJoe Wilm <joe@jwilm.com>2016-10-08 18:42:33 -0700
commit9d491f9f676536634040fea8294dc672f3466e26 (patch)
tree81d4ddc867c570a9004c3d878647feb69e0e2d91 /copypasta/Cargo.lock
parent7e69a070aaf92eff3bea1878bd77821b5ae60ede (diff)
downloadalacritty-9d491f9f676536634040fea8294dc672f3466e26.tar.gz
alacritty-9d491f9f676536634040fea8294dc672f3466e26.zip
Start implementing copypasta, a clipboard library
Currently it only supports x11 via the xclip program, and that only supports reading the clipboard contents.
Diffstat (limited to 'copypasta/Cargo.lock')
-rw-r--r--copypasta/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/copypasta/Cargo.lock b/copypasta/Cargo.lock
new file mode 100644
index 00000000..53d49794
--- /dev/null
+++ b/copypasta/Cargo.lock
@@ -0,0 +1,4 @@
+[root]
+name = "copypasta"
+version = "0.0.1"
+