aboutsummaryrefslogtreecommitdiff
path: root/third-party/bazel/BUILD.bazel
blob: a9ac092681a12309ecb863e9e55013e54946d01e (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
75
76
77
78
79
80
###############################################################################
# @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(
        include = ["*.bazel"],
        allow_empty = True,
    ),
)

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

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

alias(
    name = "clap",
    actual = "@vendor__clap-4.5.1//: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.19.0//:once_cell",
    tags = ["manual"],
)

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

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

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

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