aboutsummaryrefslogtreecommitdiff
path: root/third-party/bazel/BUILD.bazel
blob: 244795bc497f4f5a0e7d2f448e031bcf37be333a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
#     bazel run @//third-party:vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

exports_files(
    [
        "cargo-bazel.json",
        "crates.bzl",
        "defs.bzl",
    ] + glob(["*.bazel"]),
)

filegroup(
    name = "srcs",
    srcs = glob([
        "*.bazel",
        "*.bzl",
    ]),
)

# Workspace Member Dependencies
alias(
    name = "cc",
    actual = "@vendor__cc-1.0.79//:cc",
    tags = ["manual"],
)

alias(
    name = "clap",
    actual = "@vendor__clap-4.1.4//:clap",
    tags = ["manual"],
)

alias(
    name = "codespan-reporting",
    actual = "@vendor__codespan-reporting-0.11.1//:codespan_reporting",
    tags = ["manual"],
)

alias(
    name = "once_cell",
    actual = "@vendor__once_cell-1.17.0//:once_cell",
    tags = ["manual"],
)

alias(
    name = "proc-macro2",
    actual = "@vendor__proc-macro2-1.0.51//:proc_macro2",
    tags = ["manual"],
)

alias(
    name = "quote",
    actual = "@vendor__quote-1.0.23//:quote",
    tags = ["manual"],
)

alias(
    name = "scratch",
    actual = "@vendor__scratch-1.0.3//:scratch",
    tags = ["manual"],
)

alias(
    name = "syn",
    actual = "@vendor__syn-1.0.107//:syn",
    tags = ["manual"],
)