More cleanups in node-template (#4705)

* remove and reformat

* remove some more

* commit Cargo.lock
This commit is contained in:
Nikolay Volf
2020-01-22 05:53:40 -08:00
committed by Bastian Köcher
parent e0c6955ca9
commit 19df538c62
3 changed files with 33 additions and 37 deletions
-4
View File
@@ -14,10 +14,6 @@ futures = "0.3.1"
ctrlc = { version = "3.1.3", features = ["termination"] }
log = "0.4.8"
tokio = { version = "0.2", features = ["rt-threaded"] }
parking_lot = "0.9.0"
codec = { package = "parity-scale-codec", version = "1.0.0" }
trie-root = "0.15.2"
sp-io = { version = "2.0.0", path = "../../primitives/io" }
sc-cli = { version = "0.8.0", path = "../../client/cli" }
sp-core = { version = "2.0.0", path = "../../primitives/core" }
sc-executor = { version = "0.8", path = "../../client/executor" }