Add color-eyre

This commit is contained in:
Nico Burns 2022-11-08 11:35:33 +00:00
parent f0ce1b3ebf
commit b9e39c75a2

View file

@ -109,6 +109,9 @@
"crates": [{
"name": "anyhow",
"notes": "Provides a boxed error type that can hold any error, and helpers for generating an application-level stack trace."
}, {
"name": "color-eyre",
"notes": "A fork of anyhow that gives you more control over the format of the generated error messages. Recommended if you need intend to present error messages to end users. Otherwise anyhow is simpler."
}]
},
{