snapshoting system for the documents1

This commit is contained in:
Priec
2026-07-06 23:13:05 +02:00
parent 23a0fdeda7
commit 80a61eebc6
10 changed files with 393 additions and 28 deletions

View File

@@ -204,6 +204,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.compile_protos(
&[
"proto/common.proto",
"proto/document_data.proto",
"proto/adresar.proto",
"proto/auth.proto",
"proto/backup.proto",
@@ -228,6 +229,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("cargo:rerun-if-changed=build.rs");
for proto in [
"proto/common.proto",
"proto/document_data.proto",
"proto/adresar.proto",
"proto/auth.proto",
"proto/backup.proto",