fn main() -> Result<(), Box> { tonic_build::configure().compile_protos(&["../proto/burrowweb.proto"], &["../proto"])?; Ok(()) }