2018-01-03 22:51:52 +03: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-09 01:12:34 +03:00
|
|
|
[source.crates-io]
|
|
|
|
registry = 'https://github.com/rust-lang/crates.io-index'
|
|
|
|
replace-with = 'vendored-sources'
|
|
|
|
|
2017-12-10 21:48:54 +03:00
|
|
|
[source."https://github.com/gankro/serde"]
|
|
|
|
git = "https://github.com/gankro/serde"
|
2018-01-08 17:19:27 +03:00
|
|
|
branch = "deserialize_from_enums4"
|
2017-12-10 21:48:54 +03:00
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2016-09-09 01:12:34 +03:00
|
|
|
[source.vendored-sources]
|
|
|
|
directory = '@top_srcdir@/third_party/rust'
|
2017-12-14 19:20:33 +03:00
|
|
|
|
|
|
|
@WIN64_CARGO_LINKER_CONFIG@
|