diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-25 18:03:25 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-04-25 18:03:25 +0200 |
| commit | 09ec573753eef123c52c4c6106e63be707675b76 (patch) | |
| tree | 561bbfe8e5715629d0d42b4bc5c2214d3a0c9994 /Cargo.toml | |
| parent | 564fdd5bd5c600439f42b188b49b7cde90334f2d (diff) | |
| download | mail-09ec573753eef123c52c4c6106e63be707675b76.tar.gz | |
termion, show inbox
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossterm = "0.19" # terminal control (cursor, style) -termimad = "0.10" # markdown renderer +termion = "1" # terminal control (cursor, style) +# termimad = "0.10" # markdown renderer notmuch = { path = "notmuch" } |
