AppFlowy-Cloud/libs/tonic-proto/build.rs

5 lines
120 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/history.proto")?;
Ok(())
}