Brian Silverman | 5f6f276 | 2022-08-13 19:30:05 -0700 | [diff] [blame^] | 1 | ############################################################################### |
| 2 | # @generated |
| 3 | # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To |
| 4 | # regenerate this file, run the following: |
| 5 | # |
| 6 | # bazel run //sys/complex/3rdparty:crates_vendor |
| 7 | ############################################################################### |
| 8 | |
| 9 | package(default_visibility = ["//visibility:public"]) |
| 10 | |
| 11 | exports_files( |
| 12 | [ |
| 13 | "cargo-bazel.json", |
| 14 | "defs.bzl", |
| 15 | "crates.bzl", |
| 16 | ] + glob([ |
| 17 | "*.bazel", |
| 18 | ]), |
| 19 | ) |
| 20 | |
| 21 | filegroup( |
| 22 | name = "srcs", |
| 23 | srcs = glob([ |
| 24 | "*.bazel", |
| 25 | "*.bzl", |
| 26 | ]), |
| 27 | ) |
| 28 | |
| 29 | # Workspace Member Dependencies |
| 30 | alias( |
| 31 | name = "git2", |
| 32 | actual = "@complex_sys__git2-0.14.4//:git2", |
| 33 | tags = ["manual"], |
| 34 | ) |
| 35 | |
| 36 | # Binaries |
| 37 | alias( |
| 38 | name = "cc__gcc-shim", |
| 39 | actual = "@complex_sys__cc-1.0.73//:gcc-shim__bin", |
| 40 | tags = ["manual"], |
| 41 | ) |