fn main() -> Result<(), Box> { prost_build::Config::new() .compile_protos(&["proto/cve_api.proto"], &["proto/"]) .unwrap(); Ok(()) }