зеркало из https://github.com/mozilla/gecko-dev.git
53 строки
1.9 KiB
Plaintext
53 строки
1.9 KiB
Plaintext
# This file contains vendoring instructions for cargo.
|
|
# It was generated by `mach vendor rust`.
|
|
# Please do not edit.
|
|
|
|
[source."https://github.com/hsivonen/packed_simd"]
|
|
branch = "rust_1_32"
|
|
git = "https://github.com/hsivonen/packed_simd"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/froydnj/winapi-rs"]
|
|
branch = "aarch64"
|
|
git = "https://github.com/froydnj/winapi-rs"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/alexcrichton/mio-named-pipes"]
|
|
branch = "master"
|
|
git = "https://github.com/alexcrichton/mio-named-pipes"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/NikVolf/tokio-named-pipes"]
|
|
branch = "stable"
|
|
git = "https://github.com/NikVolf/tokio-named-pipes"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/CraneStation/Cranelift"]
|
|
git = "https://github.com/CraneStation/Cranelift"
|
|
replace-with = "vendored-sources"
|
|
rev = "182414f15c18538dfebbe040469ec8001e93ecc5"
|
|
|
|
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
# Take advantage of the fact that cargo will treat lines starting with #
|
|
# as comments to add preprocessing directives. This file can thus by copied
|
|
# as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
|
|
# (for e.g. independent tasks building rust code), or be preprocessed by
|
|
# the build system to produce a .cargo/config with the right content.
|
|
#define REPLACE_NAME vendored-sources
|
|
#define VENDORED_DIRECTORY third_party/rust
|
|
# We explicitly exclude the following section when preprocessing because
|
|
# it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
|
|
# cargo would fail.
|
|
#ifndef REPLACE_NAME
|
|
[source.vendored-sources]
|
|
directory = "third_party/rust"
|
|
#endif
|
|
|
|
# Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
|
|
# cargo will ignore it when it's here verbatim.
|
|
#filter substitution
|
|
[source."@REPLACE_NAME@"]
|
|
directory = "@top_srcdir@/@VENDORED_DIRECTORY@"
|