diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 00ee808809e..b445727ef41 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -28,6 +28,7 @@ extern crate time; extern crate url; extern crate util; extern crate uuid; +extern crate websocket; pub mod about_loader; pub mod cookie; @@ -41,6 +42,7 @@ pub mod mime_classifier; pub mod pub_domains; pub mod resource_task; pub mod storage_task; +pub mod websocket_loader; /// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/) pub mod fetch { |