mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add color-eyre
This commit is contained in:
parent
f0ce1b3ebf
commit
b9e39c75a2
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue