aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-18 09:44:40 +0100
committerAkshay <[email protected]>2020-07-18 09:44:40 +0100
commit3eace50dfb39317fb08e5a95d6126b787c567a17 (patch)
tree5cd884942f44090364c8adbaf037a72cc5e810fb /Cargo.toml
parent84ddaeb8baba55998335935031ce5644f2715806 (diff)
switch to termion backend for strikethrough and stable refresh rate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69a1958..17fb40f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ notify = "4.0"
17 17
18[dependencies.cursive] 18[dependencies.cursive]
19version = "0.15" 19version = "0.15"
20features = ["crossterm-backend"] 20features = ["termion-backend"]
21 21
22[dependencies.chrono] 22[dependencies.chrono]
23version = "0.4" 23version = "0.4"