summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-22 17:52:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-22 17:52:10 +0200
commit148b484c2e93077c937be8a55819c3e030e6fb49 (patch)
treecbb0c8760dd6f9b763b17921f2966223971147d3 /Cargo.toml
parent1174606b523c01cfac2edf38644d3d73cd039f7b (diff)
Rewrite to use notmuch as backend
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74ff360..44c923d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,12 +10,14 @@ 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 = "0.5"
cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
cursive-async-view = "0.4"
notmuch = "0.6"
+config = "0.10"
+serde = { version = "1.0", features = ["derive"] }
+chrono = "0.4"
cursive = "0.15"