Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
7286ffceb2f0a4489672a90c823e00425ab8ab5c
/
.
/
rust
/
upb_kernel
/
BUILD
blob: 653063cb7e05c92df88ce8f644fe44e00096c06f [
file
] [
log
] [
blame
]
# This package contains Rust protobuf runtime implementation built on top of UPB.
cc_library
(
name
=
"upb_c_api"
,
srcs
=
[
"upb_api.c"
],
visibility
=
[
"//src/google/protobuf:__subpackages__"
,
"//rust:__subpackages__"
,
],
deps
=
[
"//upb"
,
],
)