2018-01-03 19:51:52 +00:00
|
|
|
# Note: if you add more configure substitutions here with required values
|
|
|
|
# you will also need to fix the sed commands in:
|
|
|
|
# taskcluster/scripts/builder/build-sm-mozjs-crate.sh
|
|
|
|
# taskcluster/scripts/builder/build-sm-rust-bindings.sh
|
|
|
|
|
2016-09-08 22:12:34 +00:00
|
|
|
[source.crates-io]
|
|
|
|
registry = 'https://github.com/rust-lang/crates.io-index'
|
|
|
|
replace-with = 'vendored-sources'
|
|
|
|
|
2018-03-28 13:11:53 +00:00
|
|
|
[source."https://github.com/servo/serde"]
|
|
|
|
git = "https://github.com/servo/serde"
|
2018-06-21 12:15:40 +00:00
|
|
|
branch = "deserialize_from_enums8"
|
2017-12-10 18:48:54 +00:00
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2016-09-08 22:12:34 +00:00
|
|
|
[source.vendored-sources]
|
|
|
|
directory = '@top_srcdir@/third_party/rust'
|
2017-12-14 16:20:33 +00:00
|
|
|
|
|
|
|
@WIN64_CARGO_LINKER_CONFIG@
|