File size: 177 Bytes
6b23458
 
 
 
 
1
2
3
4
5
6
fn main() -> anyhow::Result<()> {
    println!("cargo::rerun-if-changed=proto/text_embed.proto");
    tonic_prost_build::compile_protos("proto/text_embed.proto")?;
    Ok(())
}