forked from stackb/rules_proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD
41 lines (32 loc) · 753 Bytes
/
BUILD
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
"""
cargo-raze workspace build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
package(default_visibility = ["//visibility:public"])
licenses([
"notice", # See individual crates for specific licenses
])
alias(
name = "grpc",
actual = "@raze__grpc__0_4_0//:grpc",
)
alias(
name = "grpc_compiler",
actual = "@raze__grpc_compiler__0_4_0//:grpc_compiler",
)
alias(
name = "protobuf",
actual = "@raze__protobuf__1_6_0//:protobuf",
)
alias(
name = "protobuf_codegen",
actual = "@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
)
alias(
name = "tls_api",
actual = "@raze__tls_api__0_1_20//:tls_api",
)
alias(
name = "tls_api_stub",
actual = "@raze__tls_api_stub__0_1_20//:tls_api_stub",
)