feat(build): Support compiling well-known protobuf types (#522)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
pub mod google {
|
||||
pub mod protobuf {
|
||||
tonic::include_proto!("google.protobuf");
|
||||
}
|
||||
}
|
||||
|
||||
pub fn grok() {
|
||||
let _empty = crate::google::protobuf::Empty {};
|
||||
}
|
||||
Reference in New Issue
Block a user