Add module entry path for library
This commit is contained in:
parent
5f909c01d9
commit
af2769df5b
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@ extern crate lazy_static;
|
|||
|
||||
#[macro_use]
|
||||
extern crate libimagerror;
|
||||
#[macro_use]
|
||||
extern crate libimagstore;
|
||||
extern crate libimagentrydatetime;
|
||||
extern crate libimagentrytag;
|
||||
|
@ -38,3 +39,5 @@ pub mod iter;
|
|||
pub mod result;
|
||||
pub mod tag;
|
||||
|
||||
module_entry_path_mod!("timetrack");
|
||||
|
||||
|
|
Loading…
Reference in a new issue