forked from bazelbuild/rules_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD.bazel
67 lines (58 loc) · 1.5 KB
/
BUILD.bazel
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
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//vendor_local_manifests:crates_vendor
###############################################################################
package(default_visibility = ["//visibility:public"])
exports_files(
[
"cargo-bazel.json",
"defs.bzl",
] + glob(
include = ["*.bazel"],
allow_empty = True,
),
)
filegroup(
name = "srcs",
srcs = glob(
include = [
"*.bazel",
"*.bzl",
],
allow_empty = True,
),
)
# Workspace Member Dependencies
alias(
name = "tempfile-3.16.0",
actual = "//vendor_local_manifests/crates/tempfile-3.16.0:tempfile",
tags = ["manual"],
)
alias(
name = "tempfile",
actual = "//vendor_local_manifests/crates/tempfile-3.16.0:tempfile",
tags = ["manual"],
)
alias(
name = "tokio-1.43.0",
actual = "//vendor_local_manifests/crates/tokio-1.43.0:tokio",
tags = ["manual"],
)
alias(
name = "tokio",
actual = "//vendor_local_manifests/crates/tokio-1.43.0:tokio",
tags = ["manual"],
)
alias(
name = "tokio-test-0.4.4",
actual = "//vendor_local_manifests/crates/tokio-test-0.4.4:tokio_test",
tags = ["manual"],
)
alias(
name = "tokio-test",
actual = "//vendor_local_manifests/crates/tokio-test-0.4.4:tokio_test",
tags = ["manual"],
)