fixing errors, slowly moving forwards
This commit is contained in:
3
build.rs
3
build.rs
@@ -2,8 +2,9 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(true)
|
||||
.file_descriptor_set_path("src/proto/descriptor.bin")
|
||||
.compile_protos(
|
||||
&["proto/api.proto", "proto/uctovnictvo.proto"], // Include both proto files
|
||||
&["proto/api.proto", "proto/uctovnictvo.proto"],
|
||||
&["proto"],
|
||||
)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user