Have burrow gtk use new rpc

This commit is contained in:
dav 2024-07-13 14:04:59 -07:00
parent 3dedca4de3
commit 827f0e65dc
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(())
}