first commit
This commit is contained in:
commit
e7f75310ab
7 changed files with 709 additions and 0 deletions
5
build.rs
Normal file
5
build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extern crate prost_build;
|
||||
|
||||
fn main() {
|
||||
prost_build::compile_protos(&["src/trace.proto"], &["src/"]).unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue