Merge pull request #997 from matthiasbeyer/libimagtimetrack-to-libimagentrytimetrack
Fix wrong lib name
This commit is contained in:
commit
58047d319a
16 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,7 @@ members = [
|
||||||
"libimagentrylist",
|
"libimagentrylist",
|
||||||
"libimagentrymarkdown",
|
"libimagentrymarkdown",
|
||||||
"libimagentrytag",
|
"libimagentrytag",
|
||||||
|
"libimagentrytimetrack",
|
||||||
"libimagentryview",
|
"libimagentryview",
|
||||||
"libimagerror",
|
"libimagerror",
|
||||||
"libimaginteraction",
|
"libimaginteraction",
|
||||||
|
@ -33,7 +34,6 @@ members = [
|
||||||
"libimagref",
|
"libimagref",
|
||||||
"libimagrt",
|
"libimagrt",
|
||||||
"libimagstore",
|
"libimagstore",
|
||||||
"libimagtimetrack",
|
|
||||||
"libimagtimeui",
|
"libimagtimeui",
|
||||||
"libimagtodo",
|
"libimagtodo",
|
||||||
"libimagutil",
|
"libimagutil",
|
||||||
|
|
|
@ -33,8 +33,8 @@ extern crate libimagentrytag;
|
||||||
|
|
||||||
mod constants;
|
mod constants;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod event;
|
pub mod timetracking;
|
||||||
pub mod eventstore;
|
pub mod timetrackingstore;
|
||||||
pub mod iter;
|
pub mod iter;
|
||||||
pub mod result;
|
pub mod result;
|
||||||
pub mod tag;
|
pub mod tag;
|
Loading…
Reference in a new issue