2020-10-05 07:45:54 +00:00
|
|
|
[package]
|
|
|
|
name = "task_executor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
2022-02-25 00:10:17 +00:00
|
|
|
edition = "2021"
|
2020-10-05 07:45:54 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-05-16 08:35:59 +00:00
|
|
|
tokio = { version = "1.14.0", features = ["rt-multi-thread"] }
|
2020-10-05 07:45:54 +00:00
|
|
|
slog = "2.5.2"
|
2020-11-28 05:30:57 +00:00
|
|
|
futures = "0.3.7"
|
2020-10-05 07:45:54 +00:00
|
|
|
exit-future = "0.2.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
lighthouse_metrics = { path = "../lighthouse_metrics" }
|
2022-05-16 08:35:59 +00:00
|
|
|
sloggers = { version = "2.1.1", features = ["json"] }
|