aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-08-27 15:06:27 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-09-18 15:06:40 -0400
commitf0f7e98dfaf73e8a759a1c56979fff1c418e2ead (patch)
tree426498f7fa5334a783ba1db9108f65189253325c /components/script/lib.rs
parent5e5f77a354500103247359e63f1f4147919ade62 (diff)
downloadservo-f0f7e98dfaf73e8a759a1c56979fff1c418e2ead.tar.gz
servo-f0f7e98dfaf73e8a759a1c56979fff1c418e2ead.zip
Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real.
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 9f3effaa368..d7c13cc06a1 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -16,6 +16,7 @@
extern crate log;
extern crate debug;
+extern crate devtools_traits;
extern crate cssparser;
extern crate collections;
extern crate geom;