From 9e019b462ff05315641c95442faf7f8fc80f76b1 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 21 Sep 2021 01:04:49 +0200 Subject: Slightly more consistent error handling --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c055ec..7605ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" serde = {version = "1.0", features = ["derive"] } serde_json = "1.0" difference = "2.0.0" +anyhow = "1.0" [workspace] members = ["cli"] \ No newline at end of file -- cgit 1.4.1