xref: /tonic/tests/same_name/build.rs (revision 2e082f8b)

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