Add module entry path for library

This commit is contained in:
Matthias Beyer 2017-06-17 17:20:40 +02:00
parent 5f909c01d9
commit af2769df5b

View file

@ -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");