//! Compile proto files fn main() -> Result<(), Box> { tonic_build::configure() .btree_map(["."]) .compile(&["proto/scanner.proto"], &[""])?; Ok(()) }