Use anyhow

This commit is contained in:
Joscha 2023-01-23 09:43:18 +01:00
parent 3096fcc2be
commit fc7c76aaf3
3 changed files with 19 additions and 18 deletions

7
Cargo.lock generated
View file

@ -20,6 +20,12 @@ dependencies = [
"version_check",
]
[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "arc-swap"
version = "1.6.0"
@ -576,6 +582,7 @@ dependencies = [
name = "git-lot"
version = "0.0.0"
dependencies = [
"anyhow",
"clap",
"git-repository",
]