fn main() -> Result<(), Box> { // Compile proto files using tonic-prost-build tonic_prost_build::compile_protos("proto/data_acquisition.proto")?; Ok(()) }