Remove sync crate, move into network crate

This commit is contained in:
Age Manning
2019-03-19 00:05:06 +11:00
parent 8ec0688cb9
commit 41abdb7599
10 changed files with 24 additions and 25 deletions

View File

@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
network = { path = "../network" }
sync = { path = "../sync" }
db = { path = "../db" }
fork_choice = { path = "../../eth2/fork_choice" }
types = { path = "../../eth2/types" }