Renamed js crate to mozjs

This commit is contained in:
Alan Jeffrey 2017-11-07 12:18:07 -06:00
parent 70bbb9bf94
commit 8008ba5081
5 changed files with 26 additions and 27 deletions

View file

@ -47,8 +47,6 @@ extern crate hyper_serde;
extern crate image;
extern crate ipc_channel;
#[macro_use]
extern crate js;
#[macro_use]
extern crate jstraceable_derive;
#[macro_use]
extern crate lazy_static;
@ -62,6 +60,8 @@ extern crate metrics;
extern crate mime;
extern crate mime_guess;
extern crate mitochondria;
#[macro_use]
extern crate mozjs as js;
extern crate msg;
extern crate net_traits;
extern crate nonzero;