moving ECB to a separate proto file
This commit is contained in:
@@ -23,6 +23,9 @@ pub mod proto {
|
||||
pub mod document_data {
|
||||
include!("proto/komp_ac.document_data.rs");
|
||||
}
|
||||
pub mod ecb {
|
||||
include!("proto/komp_ac.ecb.rs");
|
||||
}
|
||||
pub mod table_structure {
|
||||
include!("proto/komp_ac.table_structure.rs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user