diff options
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" |
