Switched from anyhow to color_eyre

This commit is contained in:
2025-04-21 23:54:07 +02:00
parent 41efea3a98
commit 46ea8e2cd7
4 changed files with 84 additions and 30 deletions

View File

@@ -13,7 +13,6 @@ insta = { version = "1.42.2", features = ["yaml"] }
[dependencies]
queries = { path = "./queries" }
anyhow = "1.0.97"
lldap_auth = { git = "https://github.com/lldap/lldap" }
rand = { version = "0.8.5" }
serde_json = "1.0.140"
@@ -35,6 +34,7 @@ reqwest = { version = "0.12.14", default-features = false, features = [
"rustls-tls",
] }
git-version = "0.3.9"
color-eyre = "0.6.3"
[dev-dependencies]
insta = { workspace = true }