Begin metrics refactor

This commit is contained in:
Paul Hauner
2019-08-11 12:12:19 +10:00
parent 4020d13064
commit 48733917be
7 changed files with 46 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ state_processing = { path = "../../eth2/state_processing" }
types = { path = "../../eth2/types" }
clap = "2.32.0"
http = "^0.1.17"
prometheus = { version = "^0.6", features = ["process"] }
hyper = "0.12.32"
futures = "0.1"
exit-future = "0.1.3"