aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorClark Gaebel <cgaebel@mozilla.com>2014-09-16 14:03:35 -0700
committerClark Gaebel <cgaebel@mozilla.com>2014-09-17 15:41:27 -0700
commit6bc63d47cd67bd39a05fcb471c945a1f578a28bb (patch)
treed7f728a14300afa73beead7caa8efd00c96b4936 /components/util/lib.rs
parent787a68336524fb9585922b9ed319a8b194fb8ee1 (diff)
downloadservo-6bc63d47cd67bd39a05fcb471c945a1f578a28bb.tar.gz
servo-6bc63d47cd67bd39a05fcb471c945a1f578a28bb.zip
Added more complex profiling metadata.
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index b543df42e80..9e6bddb9fab 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -27,6 +27,7 @@ extern crate sync;
extern crate task_info;
extern crate std_time = "time";
extern crate string_cache;
+extern crate url;
pub mod atom;
pub mod bloom;