Remove dependency on libp2p from cli (#1107)

This commit is contained in:
Pierre Krieger
2018-11-13 16:26:53 +01:00
committed by Bastian Köcher
parent 9063d1acae
commit f94bba0802
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -25,7 +25,6 @@ exit-future = "0.1"
sysinfo = "0.6.2"
substrate-client = { path = "../../core/client" }
substrate-network = { path = "../../core/network" }
substrate-network-libp2p = { path = "../../core/network-libp2p" }
sr-primitives = { path = "../../core/sr-primitives" }
substrate-primitives = { path = "../../core/primitives" }
substrate-service = { path = "../../core/service" }