aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-13 23:57:30 +0100
committerTeddy Wing2021-03-13 23:57:30 +0100
commit5455b0c072a7626107a5994a6e8ba32b64c2ea17 (patch)
tree7c4eec18e3efafe17fa856d28d3e113edae338fd /Cargo.toml
parent39e56152f825f3550f5fdf04b075b3fd594e97c9 (diff)
downloadmutt-ottolangy-5455b0c072a7626107a5994a6e8ba32b64c2ea17.tar.bz2
Add context to errors
Include the 'anyhow' crate to add additional context to errors.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e47203..ad95cec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+anyhow = "1.0.38"
mailparse = "0.13.2"
whatlang = "0.11.1"
xdg = "2.2.0"