mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +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:
@@ -5,6 +5,7 @@ build = "build.rs"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "test-parachain-undying-collator"
|
||||
description = "Collator for the undying test parachain"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user