Migrate server to new crate
This commit is contained in:
parent
b806b28a6e
commit
321d36b743
18 changed files with 167 additions and 63 deletions
4
server/build.rs
Normal file
4
server/build.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure().compile_protos(&["../proto/burrowweb.proto"], &["../proto"])?;
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue