aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-09-04 12:23:48 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-09-18 15:06:40 -0400
commitfa57fe890b20200d1b69ef0a8baf6b313183b237 (patch)
treed47aafcdc31f2318ba749d1bfa1a9cd8d086a061 /components/script/lib.rs
parente9c4aa534da8bcd4457576b8c10719dd956ed062 (diff)
downloadservo-fa57fe890b20200d1b69ef0a8baf6b313183b237.tar.gz
servo-fa57fe890b20200d1b69ef0a8baf6b313183b237.zip
Enable real DOM inspector support.
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 d7c13cc06a1..4318f4b3f21 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -40,6 +40,7 @@ extern crate style;
extern crate sync;
extern crate servo_msg = "msg";
extern crate url;
+extern crate uuid;
pub mod cors;