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