diff options
author | Teddy Wing | 2016-08-06 02:09:03 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-06 02:09:03 -0400 |
commit | 38b760f62751d8ed595498a7926f39180fdc1a26 (patch) | |
tree | ece2c1676dc60dad389135202134f928c780cbe2 /Cargo.toml | |
parent | bfbc5dc4455e01ed5e6f5fb8dd2dca47497d73a9 (diff) | |
download | Passextract-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ name = "passextract" version = "0.0.1" [dependencies] +clipboard = "0.1.2" rustty = "0.1" |