mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
add missing crate descriptions (#2629)
This commit is contained in:
committed by
Bastian Köcher
parent
5e63fb5045
commit
0067c9fa7c
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bridge-runtime-common"
|
name = "bridge-runtime-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Common types and functions that may be used by substrate-based runtimes of all bridged chains"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pallet-bridge-beefy"
|
name = "pallet-bridge-beefy"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Module implementing BEEFY on-chain light client used for bridging consensus of substrate-based chains."
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pallet-bridge-grandpa"
|
name = "pallet-bridge-grandpa"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pallet-bridge-parachains"
|
name = "pallet-bridge-parachains"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Module that allows bridged relay chains to exchange information on their parachains' heads."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bp-test-utils"
|
name = "bp-test-utils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Utilities for testing substrate-based runtime bridge code"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user