Update documentation with new dependencies
This commit is contained in:
parent
a1289cc559
commit
9eb15bfe7b
1 changed files with 21 additions and 0 deletions
|
@ -15,6 +15,9 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.libimagannotation]
|
||||
path = "../libimagannotation"
|
||||
|
||||
[dependencies.libimagbookmark]
|
||||
path = "../libimagbookmark"
|
||||
|
||||
|
@ -24,6 +27,15 @@ path = "../libimagcounter"
|
|||
[dependencies.libimagdiary]
|
||||
path = "../libimagdiary"
|
||||
|
||||
[dependencies.libimagentrycategory]
|
||||
path = "../libimagentrycategory"
|
||||
|
||||
[dependencies.libimagentrydatetime]
|
||||
path = "../libimagentrydatetime"
|
||||
|
||||
[dependencies.libimagentryedit]
|
||||
path = "../libimagentryedit"
|
||||
|
||||
[dependencies.libimagentryfilter]
|
||||
path = "../libimagentryfilter"
|
||||
|
||||
|
@ -39,6 +51,9 @@ path = "../libimagentrymarkdown"
|
|||
[dependencies.libimagentrytag]
|
||||
path = "../libimagentrytag"
|
||||
|
||||
[dependencies.libimagentrytimetrack]
|
||||
path = "../libimagentrytimetrack"
|
||||
|
||||
[dependencies.libimagentryview]
|
||||
path = "../libimagentryview"
|
||||
|
||||
|
@ -48,6 +63,9 @@ path = "../libimagerror"
|
|||
[dependencies.libimaginteraction]
|
||||
path = "../libimaginteraction"
|
||||
|
||||
[dependencies.libimagmail]
|
||||
path = "../libimagmail"
|
||||
|
||||
[dependencies.libimagnotes]
|
||||
path = "../libimagnotes"
|
||||
|
||||
|
@ -63,6 +81,9 @@ path = "../libimagstore"
|
|||
[dependencies.libimagtimeui]
|
||||
path = "../libimagtimeui"
|
||||
|
||||
[dependencies.libimagtodo]
|
||||
path = "../libimagtodo"
|
||||
|
||||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
|
|
Loading…
Reference in a new issue