From 98d5898522da748d48ab97bb9d6893c05aaf7e5f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 10 May 2021 16:20:30 +0200 Subject: Add human-panic setup This patch adds a human-panic so that we get nice bug reports if an user experiences a crash of butido. Signed-off-by: Matthias Beyer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4eebeef..eb7b64a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ futures = "0.3" getset = "0.1" git2 = "0.13" handlebars = { version = "3", features = ["no_logging"] } +human-panic = "1" humantime = "2.1" indicatif = "0.15" indoc = "1" -- cgit v1.2.3