diff options
Diffstat (limited to 'ext/net/lib.rs')
-rw-r--r-- | ext/net/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/lib.rs b/ext/net/lib.rs index f812bf60b..ff67186b0 100644 --- a/ext/net/lib.rs +++ b/ext/net/lib.rs @@ -5,6 +5,7 @@ pub mod ops; pub mod ops_tls; #[cfg(unix)] pub mod ops_unix; +pub mod raw; pub mod resolve_addr; use deno_core::error::AnyError; |