From 246723114fa54f82643bad827393cf58f1fdeea9 Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Sat, 25 Jun 2016 20:06:17 +0000 Subject: Use common cookie struct add cookie webdriver cmds One cookie struct to rule them all. One struct to represent them. One cookie struct to bind them all, and through the IPC carry them. --- components/msg/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/msg/lib.rs') diff --git a/components/msg/lib.rs b/components/msg/lib.rs index bd97c3a33da..bac2f1a6011 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -10,6 +10,7 @@ #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; +extern crate cookie as cookie_rs; extern crate euclid; extern crate heapsize; extern crate hyper; -- cgit v1.2.3