We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3c0a1 commit ad049dbCopy full SHA for ad049db
crates/sb_workers/Cargo.toml
@@ -25,6 +25,7 @@ futures-util.workspace = true
25
tokio-util.workspace = true
26
thiserror.workspace = true
27
scopeguard.workspace = true
28
+base_rt = { version = "0.1.0", path = "../base_rt" }
29
http_utils = { version = "0.1.0", path = "../http_utils" }
30
event_worker = { version = "0.1.0", path = "../event_worker" }
31
sb_graph = { version = "0.1.0", path = "../sb_graph" }
0 commit comments