1fn main() -> Result<(), Box<dyn std::error::Error>> { 2 tonic_build::configure().compile_protos(&["proto/parakeet.proto"], &[""])?; 3 4 Ok(()) 5}