xref: /tonic/tests/ambiguous_methods/build.rs (revision 5d56daa7)

main()1 fn main() {
2     tonic_build::compile_protos("proto/ambiguous_methods.proto").unwrap();
3 }
4