Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
3d1856b6b6153056b4d2938557b4fbbe5214c554
/
.
/
proto
/
protobuf
/
defs.bzl
blob: 32260ee3db9f25c910a7c63c66ba855dd61ae22e [
file
] [
log
] [
blame
]
"""Rust Protobuf Rules"""
load
(
":proto.bzl"
,
_rust_grpc_library
=
"rust_grpc_library"
,
_rust_proto_library
=
"rust_proto_library"
)
rust_grpc_library
=
_rust_grpc_library
rust_proto_library
=
_rust_proto_library