Correct compiler issues, re-introduce validator library

This commit is contained in:
Age Manning
2019-03-30 12:14:56 +11:00
parent e418cd1183
commit 97bb61371c
3 changed files with 21 additions and 11 deletions

View File

@@ -8,6 +8,10 @@ edition = "2018"
name = "validator_client"
path = "src/main.rs"
[lib]
name = "validator_client"
path = "src/lib.rs"
[dependencies]
block_proposer = { path = "../eth2/block_proposer" }
attester = { path = "../eth2/attester" }