Bug 1277338 - Part 12: Make js/rust a top level crate instead of js/src; r=froydnj

The `js` crate at `js/rust` depends on the `mozjs_sys` crate at `js/src`, so it
makes sense to make it the top level crate.
This commit is contained in:
Nick Fitzgerald 2017-09-01 16:43:15 -07:00
parent e81778cb20
commit b6eeab06d3

View File

@ -270,7 +270,7 @@ license file's hash.
crates_and_roots = (
('gkrust', 'toolkit/library/rust'),
('gkrust-gtest', 'toolkit/library/gtest/rust'),
('mozjs_sys', 'js/src'),
('js', 'js/rust'),
('geckodriver', 'testing/geckodriver'),
)