Files
youtube-chat-rs/build.rs
2026-04-13 07:12:19 +02:00

5 lines
134 B
Rust

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