From 5e5891771efd0530b1e648c1acb6d673b032e432 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Mar 2020 09:27:36 +0200 Subject: Change: use anyhow and thiserror for error handling --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 771bd52..3a6827a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,5 @@ description = "model a project roadmap as a directed acyclic graph" serde_yaml = "0.8.9" structopt = "0.3" textwrap = "0.11.0" +thiserror = "1.0" +anyhow = "1.0" -- cgit v1.2.1