Skip to content

Commit 5b16fd5

Browse files
Update
1 parent 4749c18 commit 5b16fd5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "task_executor"
3+
version = "0.1.0"
4+
authors = ["Sigma Prime <contact@sigmaprime.io>"]
5+
edition = "2018"
6+
7+
[dependencies]
8+
tokio = { version = "1.1.0", features = ["rt"] }
9+
slog = "2.5.2"
10+
futures = "0.3.7"
11+
exit-future = "0.2.0"
12+
lazy_static = "1.4.0"
13+
lighthouse_metrics = { path = "../lighthouse_metrics" }

0 commit comments

Comments
 (0)