Move bootstrapper into own crate

This commit is contained in:
Paul Hauner
2019-09-01 19:32:57 +10:00
parent 14ea6f7710
commit 543e9457b7
10 changed files with 21 additions and 217 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
eth2_config = { path = "../eth2/utils/eth2_config" }
lighthouse_bootstrap = { path = "../eth2/utils/lighthouse_bootstrap" }
beacon_chain = { path = "beacon_chain" }
types = { path = "../eth2/types" }
store = { path = "./store" }