Skip to content

Commit 271bfa8

Browse files
committed
feat: [torrust#649] add cargo dep: anyhow
To handle errors in console clients.
1 parent 415ca1c commit 271bfa8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ colored = "2.1.0"
7373
url = "2.5.0"
7474
tempfile = "3.9.0"
7575
clap = { version = "4.4.18", features = ["derive"]}
76+
anyhow = "1.0.79"
7677

7778
[dev-dependencies]
7879
criterion = { version = "0.5.1", features = ["async_tokio"] }

0 commit comments

Comments
 (0)