]> code.octet-stream.net Git - hashgood/blobdiff - Cargo.toml
Fix clippy lints in tests
[hashgood] / Cargo.toml
index 1f68f352279ec83372e8e3fe2759dab3341e9681..540f8c33a820485af2bc7bf34e5318ff95ba1206 100644 (file)
@@ -1,14 +1,19 @@
 [package]
 name = "hashgood"
-version = "0.1.0"
-authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com>"]
-edition = "2018"
+version = "0.2.0"
+authors = ["Thomas Karpiniec <tkarpiniec@icloud.com>"]
+edition = "2021"
 
 [dependencies]
 structopt = "0.3.4"
 hex = "0.4.0"
 rust-crypto = "0.2.36"
-crossbeam-channel = "0.4.0"
-termcolor = "1.0.5"
-clipboard = "0.5.0"
-regex = "1"
+crossbeam-channel = "0.5"
+termcolor = "1.1"
+
+[dependencies.copypasta]
+version = "0.7.1"
+optional = true
+
+[features]
+paste = ["copypasta"]