xref: /aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/remote/BUILD.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1load("//proto/prost:defs.bzl", "rust_prost_library")
2
3rust_prost_library(
4    name = "annotations_rs_proto",
5    proto = "@com_google_googleapis//google/api:annotations_proto",
6)
7