X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/1dec1ec82f55d639d9fad0d0933545aa509c4272..36bfd583f05c5b1b45fda6be461278c1802db8fc:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 1f68f35..e586729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,12 @@ 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" +termcolor = "1.0.12" regex = "1" + +[dependencies.clipboard] +version = "0.5.0" +optional = true + +[features] +paste = ["clipboard"]