aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorTim Taubert <tim@timtaubert.de>2015-06-26 14:02:35 -0700
committerTim Taubert <tim@timtaubert.de>2015-07-03 18:34:00 +0200
commit92874a89d260bf4f17849ed93bddfe5a70cd312a (patch)
treef87a4bcac77a5c3c7eee28332438e44a254fe9cd /components/script/lib.rs
parent73b52c095a448116c0f9db23894a0932d0d53484 (diff)
downloadservo-92874a89d260bf4f17849ed93bddfe5a70cd312a.tar.gz
servo-92874a89d260bf4f17849ed93bddfe5a70cd312a.zip
Implement window.crypto.getRandomValues()
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 642efd54650..c1cdc1c02f6 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -53,6 +53,7 @@ extern crate rustc_serialize;
extern crate time;
extern crate canvas;
extern crate canvas_traits;
+extern crate rand;
extern crate profile_traits;
extern crate script_traits;
extern crate selectors;