mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 20:21:06 +00:00
Add license to crates (#7578)
* Add license to crates This is required to publish to crates.io * Add more licenses
This commit is contained in:
@@ -3,6 +3,7 @@ name = "polkadot-approval-distribution"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
polkadot-node-metrics = { path = "../../metrics" }
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-availability-distribution"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-availability-recovery"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-availability-bitfield-distribution"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-network-bridge"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
always-assert = "0.1"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-collator-protocol"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
always-assert = "0.1.2"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-dispute-distribution"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-gossip-support"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "polkadot-node-network-protocol"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Primitives types for the Node-side"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -4,6 +4,7 @@ description = "Statement Distribution Subsystem"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
Reference in New Issue
Block a user