slowly moving forward
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// build.rs
|
||||
// common/build.rs
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(true)
|
||||
.out_dir("src/proto")
|
||||
.file_descriptor_set_path("src/proto/descriptor.bin")
|
||||
.compile(
|
||||
.compile_protos( // Changed from .compile()
|
||||
&[
|
||||
"proto/common.proto",
|
||||
"proto/adresar.proto",
|
||||
|
||||
Reference in New Issue
Block a user