aboutsummaryrefslogtreecommitdiff
path: root/examples/crate_universe_unnamed/vendor_remote_manifests/crates/BUILD.bazel
blob: ef059948208f2faebff183c721cd04d9adf534cc (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
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
#     bazel run @//vendor_remote_manifests:crates_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 = "tempfile",
    actual = "@crates_vendor_manifests__tempfile-3.10.0//:tempfile",
    tags = ["manual"],
)

alias(
    name = "tokio",
    actual = "@crates_vendor_manifests__tokio-1.36.0//:tokio",
    tags = ["manual"],
)

alias(
    name = "tokio-test",
    actual = "@crates_vendor_manifests__tokio-test-0.4.3//:tokio_test",
    tags = ["manual"],
)