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

@@ -16,6 +16,9 @@ pub mod proto {
pub mod common {
include!("proto/komp_ac.common.rs");
}
pub mod document_data {
include!("proto/komp_ac.document_data.rs");
}
pub mod table_structure {
include!("proto/komp_ac.table_structure.rs");
}