Skip to content

Commit ad049db

Browse files
committed
chore(sb_workers): add dependency
1 parent ef3c0a1 commit ad049db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/sb_workers/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ futures-util.workspace = true
2525
tokio-util.workspace = true
2626
thiserror.workspace = true
2727
scopeguard.workspace = true
28+
base_rt = { version = "0.1.0", path = "../base_rt" }
2829
http_utils = { version = "0.1.0", path = "../http_utils" }
2930
event_worker = { version = "0.1.0", path = "../event_worker" }
3031
sb_graph = { version = "0.1.0", path = "../sb_graph" }

0 commit comments

Comments
 (0)