init bruv

This commit is contained in:
2026-04-13 07:12:19 +02:00
commit 458dc9f0b0
7 changed files with 1650 additions and 0 deletions

4
build.rs Normal file
View File

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