contracts/ experiment - publish = false for contracts

This commit is contained in:
mfahampshire
2026-01-08 13:21:49 +00:00
parent 9ddd56b2ca
commit f7df17e3de
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1
View File
@@ -5,6 +5,7 @@ edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
publish = false
[[bin]]
name = "schema"
+1
View File
@@ -7,6 +7,7 @@ authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = "README.md"
publish = false
exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
@@ -8,6 +8,7 @@ license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"
publish = false
[[bin]]
name = "schema"
+1
View File
@@ -8,6 +8,7 @@ license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"
publish = false
exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
+1
View File
@@ -5,6 +5,7 @@ edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
publish = false
[[bin]]
name = "schema"
+1
View File
@@ -7,6 +7,7 @@ homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license.workspace = true
publish = false
[[bin]]
name = "schema"
+1
View File
@@ -7,6 +7,7 @@ authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = "README.md"
publish = false
exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.