rename package to avoid name clash (#1716)

Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Squirrel
2022-11-07 12:49:40 +01:00
committed by GitHub
parent e7c6a83502
commit 786cfa4045
2 changed files with 28 additions and 24 deletions
+5 -1
View File
@@ -1,11 +1,15 @@
[package]
name = "polkadot-parachain"
name = "polkadot-parachain-bin"
version = "0.9.300"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2021"
description = "Runs a polkadot parachain node which could be a collator."
[[bin]]
name = "polkadot-parachain"
path = "src/main.rs"
[dependencies]
async-trait = "0.1.58"
clap = { version = "4.0.17", features = ["derive"] }