aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorWilliam Galliher <wpgallih@ncsu.edu>2015-03-23 06:47:15 -0400
committerJosh Matthews <josh@joshmatthews.net>2015-05-05 12:17:35 -0400
commit5afec62f0709bff8f77a14cc8e9ccbbc6f294fca (patch)
tree32af4e43c083e11ce3ee2c7671d3179e6cda7e7f /components/script/lib.rs
parent49aed6555dbc008c1a378c5cbb303f5467232b6b (diff)
downloadservo-5afec62f0709bff8f77a14cc8e9ccbbc6f294fca.tar.gz
servo-5afec62f0709bff8f77a14cc8e9ccbbc6f294fca.zip
Implement incomplete opening, sending, and closing behaviour for WebSockets using rust-websocket.
Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu>
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;