2020: introduce anyhow

This commit is contained in:
Antoine Martin 2020-12-14 09:52:13 +01:00
parent d457461d2f
commit f9e1306881
2 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,8 @@ criterion = "0.3"
aoc = { path = "../aoc" }
anyhow = "1.0"
[lib]
path = "src/lib.rs"
bench = false