X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/0f159178b5aac4d92a321ad49d53f382d0b64909..9e69a3e75455b37ac9b9eea835e72f1fef0b12eb:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index f33a620..540f8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,19 +2,18 @@ name = "hashgood" version = "0.2.0" authors = ["Thomas Karpiniec "] -edition = "2018" +edition = "2021" [dependencies] structopt = "0.3.4" hex = "0.4.0" rust-crypto = "0.2.36" -crossbeam-channel = "0.4.0" -termcolor = "1.0.12" -regex = "1" +crossbeam-channel = "0.5" +termcolor = "1.1" -[dependencies.clipboard] -version = "0.5.0" +[dependencies.copypasta] +version = "0.7.1" optional = true [features] -paste = ["clipboard"] +paste = ["copypasta"]