summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-22 16:27:54 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-22 16:27:54 +0200
commit1174606b523c01cfac2edf38644d3d73cd039f7b (patch)
treea03cdeaa50af4d54d0925a74ea19c4d7d11aff4d /Cargo.toml
parent7c77ae52c546596ac2be057efeefd5939e0c0d26 (diff)
Add notmuch as dependency
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 c26cb54..74ff360 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ 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"
cursive = "0.15"