redesigned proto files

This commit is contained in:
filipriec
2025-02-21 21:58:57 +01:00
parent b300abbfa5
commit 8a747db7c4
13 changed files with 35 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.build_server(true)
.file_descriptor_set_path("src/proto/descriptor.bin")
.compile_protos(
&["proto/api.proto", "proto/uctovnictvo.proto"],
&["proto/adresar.proto", "proto/uctovnictvo.proto"],
&["proto"],
)?;
Ok(())