db4d72c4f1
Found some deps you're possibly not using. Please shout if you think they are indeed still needed.
13 lines
344 B
TOML
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" }
|