xref: /tonic/tests/deprecated_methods/build.rs (revision 1c5150aa)

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