Add modules in lib.rs
This commit is contained in:
parent
2f3a52b2ab
commit
97c710baf8
1 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,8 @@ extern crate libimagrt;
|
|||
module_entry_path_mod!("diary", "0.1.0");
|
||||
|
||||
pub mod error;
|
||||
pub mod diaryid;
|
||||
pub mod is_in_diary;
|
||||
pub mod entry;
|
||||
pub mod iter;
|
||||
pub mod result;
|
||||
|
|
Loading…
Reference in a new issue