Skip to content
Snippets Groups Projects
Unverified Commit d3ea69b7 authored by joe petrowski's avatar joe petrowski Committed by GitHub
Browse files

Add Runtime Missing Crate Descriptions (#1909)

Adds descriptions needed for publishing to crates.io.
parent b6654094
No related merge requests found
Pipeline #402056 passed with stages
in 50 minutes and 2 seconds
[package]
name = "contracts-rococo-runtime"
version = "0.2.0"
description = "Parachain testnet runtime for FRAME Contracts pallet."
authors.workspace = true
edition.workspace = true
......
[package]
name = "glutton-runtime"
version = "1.0.0"
description = "Glutton parachain runtime."
authors.workspace = true
edition.workspace = true
......
[package]
name = "seedling-runtime"
version = "0.1.0"
description = "Seedling parachain runtime. A starter runtime for solochain to parachain migration."
authors.workspace = true
edition.workspace = true
......
[package]
name = "shell-runtime"
version = "0.1.0"
description = "A minimal runtime to test Relay Chain consensus."
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-core-primitives"
version = "1.0.0"
description = "Core Polkadot types used by Relay Chains and parachains."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-runtime-common"
version = "1.0.0"
description = "Pallets and constants used in Relay Chain networks."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
......@@ -2,6 +2,7 @@
name = "rococo-runtime"
build = "build.rs"
version = "1.0.0"
description = "Rococo testnet Relay Chain runtime."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "rococo-runtime-constants"
version = "1.0.0"
description = "Constants used throughout the Rococo network."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
......@@ -2,6 +2,7 @@
name = "westend-runtime"
build = "build.rs"
version = "1.0.0"
description = "Westend testnet Relay Chain runtime."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "westend-runtime-constants"
version = "1.0.0"
description = "Constants used throughout the Westend network."
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "pallet-xcm"
version = "1.0.0"
description = "A pallet for handling XCM programs."
authors.workspace = true
edition.workspace = true
license.workspace = true
version = "1.0.0"
[dependencies]
bounded-collections = { version = "0.1.8", default-features = false }
......
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