diff options
Diffstat (limited to 'ext/fetch/lib.rs')
-rw-r--r-- | ext/fetch/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs index 07af9fa15..b4c12fcbc 100644 --- a/ext/fetch/lib.rs +++ b/ext/fetch/lib.rs @@ -94,7 +94,8 @@ pub fn init<FP>(options: Options) -> Extension where FP: FetchPermissions + 'static, { - Extension::builder() + Extension::builder(env!("CARGO_PKG_NAME")) + .dependencies(vec!["deno_webidl", "deno_web", "deno_url", "deno_console"]) .js(include_js_files!( prefix "deno:ext/fetch", "01_fetch_util.js", |