moving ECB to a separate proto file

This commit is contained in:
Priec
2026-07-18 15:20:32 +02:00
parent 9048b88677
commit 0c113831ef
7 changed files with 759 additions and 9 deletions

View File

@@ -217,6 +217,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
&[
"proto/common.proto",
"proto/document_data.proto",
"proto/ecb.proto",
"proto/adresar.proto",
"proto/analytics.proto",
"proto/auth.proto",
@@ -243,6 +244,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
for proto in [
"proto/common.proto",
"proto/document_data.proto",
"proto/ecb.proto",
"proto/adresar.proto",
"proto/analytics.proto",
"proto/auth.proto",