Internal change.

PiperOrigin-RevId: 545770955
pull/13211/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 318cc4eb78
commit 9609f42dd7
  1. 5
      rust/defs.bzl

@ -11,7 +11,10 @@ load(
"rust_upb_proto_library_aspect",
)
visibility(["//rust/..."])
visibility([
"//rust/...",
"//experimental/...",
])
def rust_proto_library(name, deps, visibility = [], **args):
"""Declares all the boilerplate needed to use Rust protobufs conveniently.

Loading…
Cancel
Save