Refactor ClientConfig, add serde to it

This commit is contained in:
Paul Hauner
2019-06-07 19:44:27 -04:00
parent 39ec96ad82
commit e73a31c37f
15 changed files with 223 additions and 229 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
types = { path = "../eth2/types" }
store = { path = "./store" }
client = { path = "client" }
fork_choice = { path = "../eth2/fork_choice" }
version = { path = "version" }
clap = "2.32.0"
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_debug"] }