Have burrow gtk use new rpc
This commit is contained in:
parent
aa634d03e2
commit
90468d5518
10 changed files with 364 additions and 1621 deletions
|
|
@ -2,6 +2,7 @@ use anyhow::Result;
|
|||
|
||||
fn main() -> Result<()> {
|
||||
compile_gresources()?;
|
||||
tonic_build::compile_protos("../proto/burrow.proto")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue