Remove unused node template deps (#6748)

* Remove unused node template deps

Backport changes made by @c410-f3r
https://github.com/substrate-developer-hub/substrate-node-template/pull/66

* Enhancements to README

* Revert change to serde per @thiolliere
This commit is contained in:
Dan Forbes
2020-07-28 11:33:53 -07:00
committed by GitHub
parent 9220b646d2
commit a20db31165
4 changed files with 10 additions and 15 deletions
@@ -16,10 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
name = "node-template"
[dependencies]
futures = "0.3.4"
log = "0.4.8"
structopt = "0.3.8"
parking_lot = "0.10.0"
sc-cli = { version = "0.8.0-rc5", path = "../../../client/cli", features = ["wasmtime"] }
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
@@ -28,7 +25,6 @@ sc-service = { version = "0.8.0-rc5", path = "../../../client/service", features
sp-inherents = { version = "2.0.0-rc5", path = "../../../primitives/inherents" }
sc-transaction-pool = { version = "2.0.0-rc5", path = "../../../client/transaction-pool" }
sp-transaction-pool = { version = "2.0.0-rc5", path = "../../../primitives/transaction-pool" }
sc-network = { version = "0.8.0-rc5", path = "../../../client/network" }
sc-consensus-aura = { version = "0.8.0-rc5", path = "../../../client/consensus/aura" }
sp-consensus-aura = { version = "0.8.0-rc5", path = "../../../primitives/consensus/aura" }
sp-consensus = { version = "0.8.0-rc5", path = "../../../primitives/consensus/common" }