accounting kernel2

This commit is contained in:
Priec
2026-07-20 16:25:47 +02:00
parent 0d5f0b3d84
commit 1696451467
8 changed files with 743 additions and 6 deletions

View File

@@ -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",