not working, basic structure with grpc

This commit is contained in:
filipriec
2025-02-15 22:57:40 +01:00
parent 9233c769b0
commit b871d40759
10 changed files with 352 additions and 80 deletions

4
build.rs Normal file
View File

@@ -0,0 +1,4 @@
// build.rs
fn main() {
tonic_build::compile_protos("proto/api.proto").unwrap();
}