Sign in
apache
/
teaclave-crates
/
refs/heads/legacy
/
.
/
tonic
/
tests
/
compression
/
build.rs
blob: a091e9483e1ab79f594d38a1caa58844d6557292 [
file
] [
log
] [
blame
]
fn
main
()
{
tonic_build
::
compile_protos
(
"proto/test.proto"
).
unwrap
();
}