Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 88dd3c7

Browse files
committed
Merge pull request #2 from alexcrichton/link_cleanup
Link to mozjs_sys to pull in deps
2 parents 96ecb1a + d25aaad commit 88dd3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ extern crate log;
1818
#[macro_use]
1919
extern crate heapsize;
2020
extern crate rustc_serialize as serialize;
21+
extern crate mozjs_sys;
2122

2223
pub mod jsapi;
2324
pub mod rust;

0 commit comments

Comments
 (0)