2020-10-05 07:45:54 +00:00
|
|
|
[package]
|
|
|
|
name = "task_executor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-28 22:19:38 +00:00
|
|
|
tokio = { version = "0.2.22", features = ["rt-threaded", "macros", "blocking"] }
|
2020-10-05 07:45:54 +00:00
|
|
|
slog = "2.5.2"
|
|
|
|
futures = "0.3.5"
|
|
|
|
exit-future = "0.2.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
lighthouse_metrics = { path = "../lighthouse_metrics" }
|