Have burrow gtk use new rpc

This commit is contained in:
dav 2024-07-13 14:04:59 -07:00 committed by David Zhong
parent aa634d03e2
commit 90468d5518
10 changed files with 364 additions and 1621 deletions

View file

@ -2,6 +2,7 @@ use anyhow::Result;
fn main() -> Result<()> {
compile_gresources()?;
tonic_build::compile_protos("../proto/burrow.proto")?;
Ok(())
}