fix(release): prevent publishing to crates.io

This commit is contained in:
Harsh Shandilya 2022-07-28 16:10:39 +05:30
parent 45fdce7f39
commit bc9f392b62
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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"]