xref: /aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/urls.bzl (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1"""A file containing urls and associated sha256 values for cargo-bazel binaries
2
3This file is auto-generated for each release to match the urls and sha256s of
4the binaries produced for it.
5"""
6
7# Example:
8# {
9#     "x86_64-unknown-linux-gnu": "https://domain.com/downloads/cargo-bazel-x86_64-unknown-linux-gnu",
10#     "x86_64-apple-darwin": "https://domain.com/downloads/cargo-bazel-x86_64-apple-darwin",
11#     "x86_64-pc-windows-msvc": "https://domain.com/downloads/cargo-bazel-x86_64-pc-windows-msvc",
12# }
13CARGO_BAZEL_URLS = {}
14
15# Example:
16# {
17#     "x86_64-unknown-linux-gnu": "1d687fcc860dc8a1aa6198e531f0aee0637ed506d6a412fe2b9884ff5b2b17c0",
18#     "x86_64-apple-darwin": "0363e450125002f581d29cf632cc876225d738cfa433afa85ca557afb671eafa",
19#     "x86_64-pc-windows-msvc": "f5647261d989f63dafb2c3cb8e131b225338a790386c06cf7112e43dd9805882",
20# }
21CARGO_BAZEL_SHA256S = {}
22
23# Example:
24# Label("//crate_universe:cargo_bazel_bin")
25CARGO_BAZEL_LABEL = Label("@cargo_bazel_bootstrap//:binary")
26