Sign in
flutter
/
third_party
/
protobuf
/
832a19627a8264f6eac0bf4cc40bf35c6905b57f
/
.
/
rust
/
BUILD.bazel
blob: 5efdab5493f7dbe5066272cd515397fdb7ac4231 [
file
] [
log
] [
blame
]
# 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"
],
)