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
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