blob: e0a3847dd8e5d7bf42dc83e34b49fb8df5aa5101 [file] [log] [blame]
"""Legacy load locations for rust-protobuf rules"""
load(
"//proto/protobuf:proto.bzl",
_RustProtoInfo = "RustProtoInfo",
_rust_grpc_library = "rust_grpc_library",
_rust_proto_library = "rust_proto_library",
)
RustProtoInfo = _RustProtoInfo
rust_proto_library = _rust_proto_library
rust_grpc_library = _rust_grpc_library