2018: switch to anyhow

This commit is contained in:
Antoine Martin 2020-12-14 20:24:09 +01:00
parent 885081d3fe
commit 60b5398737
8 changed files with 33 additions and 36 deletions

View file

@ -13,6 +13,7 @@ criterion = "0.3"
[dependencies]
aoc = { path = "../aoc" }
anyhow = "1.0"
[lib]
path = "src/lib.rs"