diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -termion = "1" # terminal control (cursor, style) - notmuch = { path = "notmuch" } +termion = "1" +unicode-segmentation = "1" [profile.release] lto = "thin" |
