Remove redundant binary specification (#1303)

* Remove redundant binary specification

* Update polkadot-launch config

Co-authored-by: joepetrowski <joe@parity.io>
This commit is contained in:
Alexander Theißen
2022-06-17 21:32:39 +02:00
committed by GitHub
parent 48b8b1734c
commit 3e67ab361c
3 changed files with 1 additions and 9 deletions
-4
View File
@@ -6,10 +6,6 @@ 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.56"
clap = { version = "3.2.5", features = ["derive", "deprecated"] }