Add concept of beacon node configuration TOML

This commit is contained in:
Paul Hauner
2019-06-07 21:00:34 -04:00
parent e73a31c37f
commit f69d9093a3
3 changed files with 58 additions and 3 deletions

View File

@@ -5,7 +5,9 @@ authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com
edition = "2018"
[dependencies]
dirs = "1.0.3"
types = { path = "../eth2/types" }
toml = "^0.5"
store = { path = "./store" }
client = { path = "client" }
fork_choice = { path = "../eth2/fork_choice" }