Sign in
flutter
/
third_party
/
protobuf
/
ee8bbc3c62b57252a225d23c952f277da32ec04b
/
.
/
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"
],
)