fn main() -> Result<(), Box> { // compiling protos using path on build time tonic_build::configure().compile(&["proto/accountsdb_repl.proto"], &["proto"])?; Ok(()) }