aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-14 03:32:18 +0100
committerTeddy Wing2021-03-14 03:32:18 +0100
commitdca32c260c0ecd85e01a7bbef07192bc4c8a2290 (patch)
tree339271d9b93b428ddfc277db57a9f5522a12c06f /Cargo.toml
parent4abb14e1d3ea8fe2499e0c9f428ecc998f685465 (diff)
downloadmutt-ottolangy-dca32c260c0ecd85e01a7bbef07192bc4c8a2290.tar.bz2
Wrap errors in a custom `OttolangyError` type
Give us a way to match on the type of error so we can return an appropriate exit code.
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 ad95cec..97e4592 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,5 +6,6 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
mailparse = "0.13.2"
+thiserror = "1.0.24"
whatlang = "0.11.1"
xdg = "2.2.0"