Skip to content

Commit

Permalink
Refactor, use anyhow::Result
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Oct 19, 2022
1 parent df78373 commit 1c0928e
Show file tree
Hide file tree
Showing 17 changed files with 500 additions and 282 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
base64 = "0.13"
csv = "1"
clap = { version="4.0", features = ["cargo", "unicode"] }
Expand Down
Loading

0 comments on commit 1c0928e

Please sign in to comment.