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