Add Runtime Missing Crate Descriptions (#1909)

Adds descriptions needed for publishing to crates.io.
This commit is contained in:
joe petrowski
2023-10-18 10:56:03 +02:00
committed by GitHub
parent b665409462
commit d3ea69b7ac
11 changed files with 12 additions and 2 deletions
@@ -1,6 +1,7 @@
[package]
name = "contracts-rococo-runtime"
version = "0.2.0"
description = "Parachain testnet runtime for FRAME Contracts pallet."
authors.workspace = true
edition.workspace = true
@@ -1,6 +1,7 @@
[package]
name = "glutton-runtime"
version = "1.0.0"
description = "Glutton parachain runtime."
authors.workspace = true
edition.workspace = true
@@ -1,6 +1,7 @@
[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
@@ -1,6 +1,7 @@
[package]
name = "shell-runtime"
version = "0.1.0"
description = "A minimal runtime to test Relay Chain consensus."
authors.workspace = true
edition.workspace = true