Skip to content

Commit

Permalink
feat: [#649] add cargo dep: anyhow
Browse files Browse the repository at this point in the history
To handle errors in console clients.
  • Loading branch information
josecelano committed Jan 29, 2024
1 parent 415ca1c commit 271bfa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 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 @@ -73,6 +73,7 @@ colored = "2.1.0"
url = "2.5.0"
tempfile = "3.9.0"
clap = { version = "4.4.18", features = ["derive"]}
anyhow = "1.0.79"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_tokio"] }
Expand Down

0 comments on commit 271bfa8

Please sign in to comment.