aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-25 18:03:25 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-25 18:03:25 +0200
commit09ec573753eef123c52c4c6106e63be707675b76 (patch)
tree561bbfe8e5715629d0d42b4bc5c2214d3a0c9994 /Cargo.toml
parent564fdd5bd5c600439f42b188b49b7cde90334f2d (diff)
downloadmail-09ec573753eef123c52c4c6106e63be707675b76.tar.gz
termion, show inbox
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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" }