From bc9f392b62707249da55629409f343ae23d05299 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 28 Jul 2022 16:10:39 +0530 Subject: [PATCH] fix(release): prevent publishing to crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9d974a3..ddc8c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "CLI tool to monitor clipboard changes and perform operations base repository = "https://github.com/msfjarvis/clipboard-substitutor" homepage = "https://github.com/msfjarvis/clipboard-substitutor" license = "MIT/Apache-2.0" +publish = false keywords = [] readme = "README.md" include = ["src/**/*", "LICENSE-*", "README.md"]