Skip to content

Commit

Permalink
use anyhow crate for handling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdallas committed Nov 10, 2022
1 parent 3162a64 commit defdb13
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 141 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ mime = "0.3.16"
regex = "1.6.0"
thiserror = "1.0"
zip = "0.6.3"
anyhow = "1.0.66"
Loading

0 comments on commit defdb13

Please sign in to comment.