| """A file containing urls and associated sha256 values for cargo-bazel binaries |
| |
| This file is auto-generated for each release to match the urls and sha256s of |
| the binaries produced for it. |
| """ |
| |
| # Example: |
| # { |
| # "x86_64-unknown-linux-gnu": "https://domain.com/downloads/cargo-bazel-x86_64-unknown-linux-gnu", |
| # "x86_64-apple-darwin": "https://domain.com/downloads/cargo-bazel-x86_64-apple-darwin", |
| # "x86_64-pc-windows-msvc": "https://domain.com/downloads/cargo-bazel-x86_64-pc-windows-msvc", |
| # } |
| CARGO_BAZEL_URLS = {} |
| |
| # Example: |
| # { |
| # "x86_64-unknown-linux-gnu": "1d687fcc860dc8a1aa6198e531f0aee0637ed506d6a412fe2b9884ff5b2b17c0", |
| # "x86_64-apple-darwin": "0363e450125002f581d29cf632cc876225d738cfa433afa85ca557afb671eafa", |
| # "x86_64-pc-windows-msvc": "f5647261d989f63dafb2c3cb8e131b225338a790386c06cf7112e43dd9805882", |
| # } |
| CARGO_BAZEL_SHA256S = {} |
| |
| # Example: |
| # Label("//crate_universe:cargo_bazel_bin") |
| CARGO_BAZEL_LABEL = Label("@cargo_bazel_bootstrap//:binary") |