From: Ian Jackson Date: Sat, 7 Aug 2021 14:04:19 +0000 (+0100) Subject: error handling: note a todo X-Git-Tag: hippotat/1.0.0~295 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8eb648f94f2abea96e02ffd65647e1025f71e9f3;p=hippotat.git error handling: note a todo Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 1212275..80f3614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hippotat-macros = { path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): -anyhow = "1" +anyhow = "1" # todo: switch to eyre, better display of errors base64 = "0.13" configparser = "2" env_logger = "0.9"