fn main() -> Result<(), Box> { tonic_build::compile_protos("../fish_speech/datasets/protos/text-data.proto")?; Ok(()) }