Update to latest Substrate & Polkadot and also move cli crate (#365)

This commit is contained in:
Bastian Köcher
2021-03-12 14:39:58 +01:00
committed by GitHub
parent cb9d1019c4
commit 00bc5cd2da
6 changed files with 200 additions and 228 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "cumulus-client-cli"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
structopt = "0.3.3"
# Substrate dependencies
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }