mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-30 21:18:37 +00:00
Prevent tools from accidentally being published
This commit is contained in:
parent
ab4d83bf34
commit
c401377dbb
@ -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
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "validator"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.56"
|
||||
|
Loading…
x
Reference in New Issue
Block a user