1pub mod data { 2 include!("protobuf/data.rs"); 3} 4 5pub mod task { 6 include!("protobuf/task.rs"); 7} 8 9pub mod organisation { 10 include!("protobuf/organisation.rs"); 11} 12 13pub mod time { 14 include!("protobuf/time.rs"); 15}