Sign in
android
/
platform
/
external
/
protobuf
/
c8e7ac7b5d
/
.
/
rust
/
BUILD.bazel
blob: c8dbca76ec243a0fe359a2b6fb92ebdae5fa121d [
file
] [
log
] [
blame
]
# Protobuf Rust runtime packages.
load
(
"@rules_rust//:defs.bzl"
,
"rust_library"
)
package
(
default_visibility
=
"//src/google/protobuf:__subpackages__"
)
rust_library
(
name
=
"protobuf"
,
srcs
=
[
"lib.rs"
],
)