[package] name = "timer" version = "0.2.0" authors = ["Sigma Prime "] edition = "2021" [dependencies] beacon_chain = { path = "../beacon_chain" } slot_clock = { path = "../../common/slot_clock" } tokio = { version = "1.14.0", features = ["full"] } slog = "2.5.2" task_executor = { path = "../../common/task_executor" }