summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-05 16:16:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-05 16:16:24 +0200
commitbb405cc533daaa61c9cdcb01dab2681fb1b08675 (patch)
treeab95b497dbc80b3082392b2b4fcbe43d20e35a1b /Cargo.toml
parentd5c797fbdc2492a863602ecb562dc62033b25e35 (diff)
Add gluecode for async loading of mailboxes
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 f04bf9c..ca2a061 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ version = "0.1.0"
handlebars = "3"
walkdir = "2"
anyhow = "1"
+log = "0.4"
+env_logger = "0.7"
maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
cursive-tabs.git = "https://git.sr.ht/~matthiasbeyer/cursive-tabs"