From ee9be05579d87ca99f153d20995af3273385b564 Mon Sep 17 00:00:00 2001 From: nc Date: Wed, 5 Aug 2020 22:08:51 -0400 Subject: Override Ctrl-C by disabling callback in Cursive Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c97e2a4..9cf3639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ typetag = "0.1.4" directories = "3.0.1" clap = "2.33" notify = "4.0" -signal-hook = "0.1.16" [dependencies.cursive] version = "0.15" -- cgit v1.2.3