accounting kernel2
This commit is contained in:
@@ -215,6 +215,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
)
|
||||
.compile_protos(
|
||||
&[
|
||||
"proto/accounting.proto",
|
||||
"proto/common.proto",
|
||||
"proto/document_data.proto",
|
||||
"proto/ecb.proto",
|
||||
@@ -242,6 +243,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// (tonic_prost_build) no longer does.
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
for proto in [
|
||||
"proto/accounting.proto",
|
||||
"proto/common.proto",
|
||||
"proto/document_data.proto",
|
||||
"proto/ecb.proto",
|
||||
|
||||
Reference in New Issue
Block a user