Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
refs/heads/upstream/22.x-202303072154
/
.
/
rust
/
BUILD.bazel
blob: 5efdab5493f7dbe5066272cd515397fdb7ac4231 [
file
] [
log
] [
blame
] [
edit
]
# Protobuf Rust runtime packages.
load
(
"@rules_rust//rust:defs.bzl"
,
"rust_library"
)
package
(
default_visibility
=
[
"//src/google/protobuf:__subpackages__"
])
rust_library
(
name
=
"protobuf"
,
srcs
=
[
"lib.rs"
],
)