Prevent tools from accidentally being published

This commit is contained in:
Hanno Braun 2022-04-13 16:26:20 +02:00
parent ab4d83bf34
commit c401377dbb
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "release-operator"
version = "0.3.1"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,6 +2,7 @@
name = "validator"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.56"