summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index c523b24b7..140637261 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -9,8 +9,10 @@ extern crate log;
pub use deno_crypto;
pub use deno_fetch;
+pub use deno_url;
pub use deno_web;
pub use deno_webgpu;
+pub use deno_webidl;
pub use deno_websocket;
pub mod colors;