зеркало из https://github.com/mozilla/gecko-dev.git
42 строки
1.3 KiB
Plaintext
42 строки
1.3 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 = "fc88520b88bcaad4e4a92f28a5e17347af20edbd"
|
|
|
|
[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 for when this file is included
|
|
# from .cargo/config.in.
|
|
#define REPLACE_NAME vendored-sources
|
|
#define VENDORED_DIRECTORY third_party/rust
|
|
#ifndef top_srcdir
|
|
[source.vendored-sources]
|
|
directory = "third_party/rust"
|
|
#endif
|