summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-14 20:51:49 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-14 21:03:57 +0100
commit041b25f2ec5c28fea1d2f81177a344ee0b74c32d (patch)
tree66671f88830e34397abeb2d0a72c4a9422095a32 /Cargo.toml
parent7df34288b78ffcc324acd74b3c1e0d72fbc20db8 (diff)
Add mail view
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8709e72..2a60db3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,8 @@ env_logger = "0.7"
flexi_logger = "*"
getset = "0.1"
handlebars = "3"
+indoc = "1"
+itertools = "0.10"
log = "0.4"
mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
notmuch = "0.6"