Skip to content

Commit 9ee3b55

Browse files
committed
chore: missing file
1 parent 0595347 commit 9ee3b55

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

examples/rust/BUILD.bazel

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
load("@rules_rust//rust:defs.bzl", "rust_library_group")
2+
3+
package(default_visibility = ["//tools/toolchains:__pkg__"])
4+
5+
rust_library_group(
6+
name = "prost_runtime",
7+
deps = [
8+
"@crates//:prost",
9+
],
10+
)
11+
12+
rust_library_group(
13+
name = "tonic_runtime",
14+
deps = [
15+
":prost_runtime",
16+
"@crates//:tonic",
17+
],
18+
)

0 commit comments

Comments
 (0)