diff --git a/Cargo.toml b/Cargo.toml index 4e83fdc..1c56d82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ web_stub = ["webidl", "base64-simd"] kv = ["deno_kv", "web", "console"] # Provides IO primitives for other Deno extensions (stdio streams, etc) - io = ["deno_io", "web", "rustyline", "winapi", "nix", "libc", "once_cell"] + io = ["deno_io", "deno_process", "web", "rustyline", "winapi", "nix", "libc", "once_cell"] # [https://url.spec.whatwg.org/] # [https://wicg.github.io/urlpattern/]