use *anyhow* for error handling

This commit is contained in:
2020-03-13 14:55:38 +01:00
parent 9fa135dc7b
commit fbd0b8b976
2 changed files with 14 additions and 58 deletions

View File

@@ -13,3 +13,4 @@ futures = "0.3"
num_cpus = "1"
walkdir = "2"
libc = "0.2"
anyhow = "1"