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",
],
)