From 7afa3aceb04e6b2c8820b7326d6f648db6b571c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 Mar 2023 20:39:48 -0400 Subject: refactor(runtime): factor out deno_io extension crate (#18001) This is a prerequisite to factor out FS ops to a separate crate. --- runtime/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/Cargo.toml') 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 -- cgit v1.2.3