0g-storage-node/common/task_executor/Cargo.toml

14 lines
322 B
TOML
Raw Normal View History

2024-01-03 10:24:52 +00:00
[package]
name = "task_executor"
version = "0.1.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2021"
[dependencies]
exit-future = "0.2.0"
futures = "0.3.21"
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../lighthouse_metrics" }
tokio = { version = "1.19.2", features = ["rt"] }
tracing = "0.1.35"