diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-25 17:10:32 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-04-25 17:10:32 +0200 |
| commit | b174ce8e5a113d30f0cd5471237d052ac7370150 (patch) | |
| tree | 8d8a042cf88ab93e2eba54736423832de92ac2d1 /Cargo.toml | |
| parent | 72c2b83748a601d02c82d5bcb4220d3b238281cc (diff) | |
| download | mail-b174ce8e5a113d30f0cd5471237d052ac7370150.tar.gz | |
use local notmuch
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
