implemented gRPC endpoint not working tho

This commit is contained in:
filipriec
2025-03-01 12:20:16 +01:00
parent a55bc6b895
commit 87b009464c
3 changed files with 325 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"proto/common.proto",
"proto/adresar.proto",
"proto/uctovnictvo.proto",
"proto/table_structure.proto"
"proto/table_structure.proto",
"proto/table_definition.proto"
],
&["proto"],
)?;