aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"