WIP: More restructuring to have ApiService be a future.

This commit is contained in:
Luke Anderson
2019-09-10 15:35:54 +10:00
parent 405a59e8b9
commit 965d6f1df9
3 changed files with 40 additions and 21 deletions

View File

@@ -36,4 +36,5 @@ lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }
slot_clock = { path = "../../eth2/utils/slot_clock" }
hex = "0.3.2"
parking_lot = "0.9"
futures = "0.1.25"