From 09ec573753eef123c52c4c6106e63be707675b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 25 Apr 2021 18:03:25 +0200 Subject: termion, show inbox --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 007c8c7..adcfe8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.1