summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-09-28 14:08:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-10-11 21:36:08 +0200
commit2e6df0e458a52ade3189f2613376ab50cfbd9c5e (patch)
tree4c4f320f4b7f761cd934cd93026e3ad88936868d /Cargo.toml
parent712eda074d97b400cb0c35018e72547d5073b616 (diff)
Add imag-calendar
This patch adds a imag-calendar command which features only a "import" command by now. This can be used to import calendar entries (events) to imag. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97a0d53b..1e52bdaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ members = [
"bin/core/imag-tag",
"bin/core/imag-view",
"bin/domain/imag-bookmark",
+ "bin/domain/imag-calendar",
"bin/domain/imag-contact",
"bin/domain/imag-diary",
"bin/domain/imag-habit",