Skip to content
Snippets Groups Projects
Unverified Commit 42baa526 authored by Morgan Adamiec's avatar Morgan Adamiec
Browse files

publish = false unpublishable crates

parent 4f75bc5f
Branches
No related merge requests found
......@@ -5,6 +5,7 @@ authors.workspace = true
edition.workspace = true
description = "Westend variant of Asset Hub parachain runtime"
license = "Apache-2.0"
publish = false
[lints]
workspace = true
......
......@@ -6,6 +6,7 @@ edition.workspace = true
build = "build.rs"
description = "Runs a polkadot parachain node"
license = "Apache-2.0"
publish = false
[lints]
workspace = true
......
......@@ -9,6 +9,7 @@ repository.workspace = true
description = "FRAME pallet for PolkaVM contracts."
readme = "README.md"
include = ["CHANGELOG.md", "README.md", "build.rs", "src/**/*"]
publish = false
[lints]
workspace = true
......
......@@ -5,6 +5,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Fixtures for testing and benchmarking"
publish = false
[lints]
workspace = true
......
......@@ -7,6 +7,7 @@ license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "A mock network for testing pallet-revive."
publish = false
[lints]
workspace = true
......
......@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "An Ethereum JSON-RPC server for pallet-revive."
publish = false
[[bin]]
name = "eth-rpc"
......
......@@ -3,6 +3,7 @@ name = "polkadot-sdk"
version = "0.10.0"
description = "Polkadot SDK umbrella crate."
license = "Apache-2.0"
publish = false
[features]
default = ["std"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment