From 02bba52346d948e90fbc1b351486f0f1307c243d Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 21 Jul 2020 08:38:48 +0530 Subject: remove ncurses dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7659d9a..4b35c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ notify = "4.0" [dependencies.cursive] version = "0.15" +default-features = false features = ["crossterm-backend"] [dependencies.chrono] -- cgit v1.2.3