not working at all, make common from scrach once again please
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
// common/src/lib.rs
|
||||
// src/lib.rs
|
||||
pub mod proto {
|
||||
include!("proto/multieko2.adresar.rs");
|
||||
include!("proto/multieko2.common.rs");
|
||||
include!("proto/multieko2.table_structure.rs");
|
||||
include!("proto/multieko2.uctovnictvo.rs");
|
||||
pub mod multieko2_adresar {
|
||||
include!("proto/multieko2.adresar.rs");
|
||||
}
|
||||
pub mod multieko2_common {
|
||||
include!("proto/multieko2.common.rs");
|
||||
}
|
||||
pub mod multieko2_table_structure {
|
||||
include!("proto/multieko2.table_structure.rs");
|
||||
}
|
||||
pub mod multieko2_uctovnictvo {
|
||||
include!("proto/multieko2.uctovnictvo.rs");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user