]> code.octet-stream.net Git - hashgood/blobdiff - Cargo.toml
Remove unneeded PathBuf usage
[hashgood] / Cargo.toml
index a6fd823bfd1ebb237db3963dfd048aac93e6474f..943a3c4e0295973a2d43f8ba248fb23e08a23ac4 100644 (file)
@@ -11,9 +11,9 @@ rust-crypto = "0.2.36"
 crossbeam-channel = "0.5"
 termcolor = "1.1"
 
 crossbeam-channel = "0.5"
 termcolor = "1.1"
 
-[dependencies.clipboard]
-version = "0.5.0"
+[dependencies.copypasta]
+version = "0.7.1"
 optional = true
 
 [features]
 optional = true
 
 [features]
-paste = ["clipboard"]
+paste = ["copypasta"]