blob: 85dc3b7ea48642ef6d1f2bd1590aaf7dd06bab7a [file] [log] [blame]
Brian Silverman5f6f2762022-08-13 19:30:05 -07001###############################################################################
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
9package(default_visibility = ["//visibility:public"])
10
11exports_files(
12 [
13 "cargo-bazel.json",
14 "defs.bzl",
15 "crates.bzl",
16 ] + glob([
17 "*.bazel",
18 ]),
19)
20
21filegroup(
22 name = "srcs",
23 srcs = glob([
24 "*.bazel",
25 "*.bzl",
26 ]),
27)
28
29# Workspace Member Dependencies
30alias(
31 name = "git2",
32 actual = "@complex_sys__git2-0.14.4//:git2",
33 tags = ["manual"],
34)
35
36# Binaries
37alias(
38 name = "cc__gcc-shim",
39 actual = "@complex_sys__cc-1.0.73//:gcc-shim__bin",
40 tags = ["manual"],
41)