feat(build): Decouple codgen from prost (#170)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
tonic_build::compile_protos("proto/foo.proto").unwrap();
|
||||
tonic_build::prost::compile_protos("proto/foo.proto").unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user