From 9eb15bfe7b75400b152f030123886f1917cb5249 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 26 Aug 2017 12:08:55 +0200 Subject: [PATCH] Update documentation with new dependencies --- .imag-documentation/Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.imag-documentation/Cargo.toml b/.imag-documentation/Cargo.toml index bbe8bf58..19437cc2 100644 --- a/.imag-documentation/Cargo.toml +++ b/.imag-documentation/Cargo.toml @@ -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"