mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
rename package to avoid name clash (#1716)
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user