meta: initial commit (archival)

This commit is contained in:
2023-12-27 15:52:57 -05:00
commit 92c52a4dc0
7 changed files with 1275 additions and 0 deletions

3
build.rs Normal file
View File

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