1 2 3 4 5 6
use anyhow::Result; fn main() -> Result<()> { tonic_build::compile_protos("proto/wacker.proto")?; Ok(()) }