Skip to content

Commit 87affb4

Browse files
committed
eoa worker changes
1 parent 623b545 commit 87affb4

File tree

10 files changed

+2794
-2395
lines changed

10 files changed

+2794
-2395
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executors/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ engine-core = { version = "0.1.0", path = "../core" }
1919
engine-aa-core = { version = "0.1.0", path = "../aa-core" }
2020
rand = "0.9.1"
2121
uuid = { version = "1.17.0", features = ["v4"] }
22-
chrono = "0.4.41"
22+
chrono = "0.4.41"
23+
tokio = { version = "1.45.0", features = ["full"] }
24+
futures = "0.3.31"

0 commit comments

Comments
 (0)