https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3795849304434b2df5f1e92143696411d7fa8efe authored by Sebastian Hengst on 31 October 2016, 18:59:07 UTC
Merge m-c to fx-team. r=merge a=merge
Tip revision: 3795849
Cargo.toml
[package]
name = "mozjs_sys"
version = "0.0.0"
authors = ["Mozilla"]
links = "mozjs"
build = "build.rs"

[features]
debugmozjs = []
promises = []

[lib]
name = "mozjs_sys"
path = "lib.rs"

[dependencies]
libc = "0.2"
libz-sys = "1.0"
back to top