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
+2 -2
View File
@@ -1,10 +1,10 @@
[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 }