From 4c489c4dd4ffaf74d718035f73fa3c0f762d1187 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 9 May 2019 22:04:15 +0200 Subject: Clean up socket on termination. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 181ffcf..b37a2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2018" [dependencies] chrono = { version = "0.4.6", features = ["serde"] } clap = "2.33" +ctrlc = { version = "3.1.2", features = ["termination"] } serde = { version = "1.0.91", features = ["derive"] } serde_json = "1.0.39" -- cgit v1.2.3