aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authortigercosmos <phy.tiger@gmail.com>2017-12-14 21:23:06 +0800
committertigercosmos <phy.tiger@gmail.com>2017-12-17 16:57:01 +0800
commit54c6028033d07d9104f58beb3d92bcc819600d93 (patch)
treeeecab9c0387eb4cc46ba45b4b893401b262a7609 /components/script/lib.rs
parentb93579a8f0e59c8102a243133455d8012e82e415 (diff)
downloadservo-54c6028033d07d9104f58beb3d92bcc819600d93.tar.gz
servo-54c6028033d07d9104f58beb3d92bcc819600d93.zip
implement valid week string
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 3bae98a1a06..3143342e4f6 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -31,6 +31,7 @@ extern crate bluetooth_traits;
extern crate byteorder;
extern crate canvas_traits;
extern crate caseless;
+extern crate chrono;
extern crate cookie as cookie_rs;
#[macro_use] extern crate cssparser;
#[macro_use] extern crate deny_public_fields;