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 13ee2a2 commit c0d163aCopy full SHA for c0d163a
crates/sb_workers/Cargo.toml
@@ -15,6 +15,7 @@ deno_core.workspace = true
15
deno_http.workspace = true
16
deno_config.workspace = true
17
18
+base_rt = { version = "0.1.0", path = "../base_rt" }
19
http_utils = { version = "0.1.0", path = "../http_utils" }
20
event_worker = { version = "0.1.0", path = "../event_worker" }
21
0 commit comments