Skip to content

Commit c0d163a

Browse files
committed
chore(sb_workers): add dependency
1 parent 13ee2a2 commit c0d163a

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
@@ -15,6 +15,7 @@ deno_core.workspace = true
1515
deno_http.workspace = true
1616
deno_config.workspace = true
1717

18+
base_rt = { version = "0.1.0", path = "../base_rt" }
1819
http_utils = { version = "0.1.0", path = "../http_utils" }
1920
event_worker = { version = "0.1.0", path = "../event_worker" }
2021

0 commit comments

Comments
 (0)