index
:
weareearth
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.rs
blob: 42e5aebbf218b88f99ff49dba3d2399f919c4111 (
plain
)
1
2
3
fn
main
()
{
prost_build
::
compile_protos
(
&
[
"src/earth.proto"
],
&
[
"src/"
]).
unwrap
();
}