aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2016-08-06 02:09:03 -0400
committerTeddy Wing2016-08-06 02:09:03 -0400
commit38b760f62751d8ed595498a7926f39180fdc1a26 (patch)
treeece2c1676dc60dad389135202134f928c780cbe2 /Cargo.toml
parentbfbc5dc4455e01ed5e6f5fb8dd2dca47497d73a9 (diff)
downloadPassextract-38b760f62751d8ed595498a7926f39180fdc1a26.tar.bz2
Cargo: Install 'clipboard' crate
Allows us to copy to the system clipboard with a very simple interface.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 086c0de..9ddec9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,5 @@ name = "passextract"
version = "0.0.1"
[dependencies]
+clipboard = "0.1.2"
rustty = "0.1"