aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index e4a9a67792a..ed0e52ba50e 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -46,6 +46,8 @@ extern crate malloc_size_of_derive;
#[macro_use]
extern crate profile_traits;
#[macro_use]
+extern crate serde;
+#[macro_use]
extern crate servo_atoms;
#[macro_use]
extern crate style;