Update the async runtime with syntactic sugar.

This commit is contained in:
Omar Abdulla
2025-07-14 21:13:58 +03:00
parent 3e99d1c2a5
commit 331705134a
11 changed files with 248 additions and 254 deletions
+1
View File
@@ -11,6 +11,7 @@ rust-version.workspace = true
[dependencies]
alloy = { workspace = true }
anyhow = { workspace = true }
futures = { workspace = true }
tracing = { workspace = true }
once_cell = { workspace = true }
tokio = { workspace = true }