diff options
author | nc <[email protected]> | 2020-08-06 03:08:51 +0100 |
---|---|---|
committer | nc <[email protected]> | 2020-08-06 03:08:51 +0100 |
commit | ee9be05579d87ca99f153d20995af3273385b564 (patch) | |
tree | 2760e96aea8d22ef9646918441c0ca7fb752b915 /Cargo.lock | |
parent | 20f7419c3d6d70ba8cfd996490020a5e1f2ad06d (diff) |
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -271,7 +271,6 @@ dependencies = [ | |||
271 | "notify", | 271 | "notify", |
272 | "serde", | 272 | "serde", |
273 | "serde_json", | 273 | "serde_json", |
274 | "signal-hook", | ||
275 | "typetag", | 274 | "typetag", |
276 | ] | 275 | ] |
277 | 276 | ||