aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-25 17:10:32 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-25 17:10:32 +0200
commitb174ce8e5a113d30f0cd5471237d052ac7370150 (patch)
tree8d8a042cf88ab93e2eba54736423832de92ac2d1 /Cargo.toml
parent72c2b83748a601d02c82d5bcb4220d3b238281cc (diff)
downloadmail-b174ce8e5a113d30f0cd5471237d052ac7370150.tar.gz
use local notmuch
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca3f1c3..007c8c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
crossterm = "0.19" # terminal control (cursor, style)
termimad = "0.10" # markdown renderer
-notmuch = "0.6"
+notmuch = { path = "notmuch" }
[profile.release]
lto = "thin"