From 5afec62f0709bff8f77a14cc8e9ccbbc6f294fca Mon Sep 17 00:00:00 2001 From: William Galliher Date: Mon, 23 Mar 2015 06:47:15 -0400 Subject: Implement incomplete opening, sending, and closing behaviour for WebSockets using rust-websocket. Authors: Shivaji Vidhale William Galliher Allen Chen Rucha Jogaikar --- components/script/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index 94cf931436b..3232ecec963 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -44,6 +44,7 @@ extern crate profile_traits; extern crate script_traits; extern crate selectors; extern crate util; +extern crate websocket; #[macro_use] extern crate style; extern crate unicase; -- cgit v1.2.3