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