lighthouse/beacon_node/timer/Cargo.toml
Squirrel db4d72c4f1 Remove unused deps (#2592)
Found some deps you're possibly not using.

Please shout if you think they are indeed still needed.
2021-09-30 04:31:42 +00:00

13 lines
344 B
TOML

[package]
name = "timer"
version = "0.2.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
slot_clock = { path = "../../common/slot_clock" }
tokio = { version = "1.10.0", features = ["full"] }
slog = "2.5.2"
task_executor = { path = "../../common/task_executor" }