misc: initial layout

This commit is contained in:
hdbg
2026-02-09 14:06:53 +01:00
commit 284f997cbe
78 changed files with 4917 additions and 0 deletions

View File

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