summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-04 20:39:48 -0400
committerGitHub <noreply@github.com>2023-03-05 00:39:48 +0000
commit7afa3aceb04e6b2c8820b7326d6f648db6b571c6 (patch)
tree951ff96a156dee83cd4fd7615e3b422ca0cda448 /runtime/Cargo.toml
parent4894e500cf8c60c2971d186d6a21b994bf36e7d1 (diff)
refactor(runtime): factor out deno_io extension crate (#18001)
This is a prerequisite to factor out FS ops to a separate crate.
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 7fb759b0f..5a4028349 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -43,6 +43,7 @@ deno_fetch.workspace = true
deno_ffi.workspace = true
deno_flash.workspace = true
deno_http.workspace = true
+deno_io.workspace = true
deno_net.workspace = true
deno_node.workspace = true
deno_tls.workspace = true
@@ -70,6 +71,7 @@ deno_fetch.workspace = true
deno_ffi.workspace = true
deno_flash.workspace = true
deno_http.workspace = true
+deno_io.workspace = true
deno_napi.workspace = true
deno_net.workspace = true
deno_node.workspace = true