aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-14 03:42:16 +0100
committerTeddy Wing2021-03-14 03:43:44 +0100
commit0fa5b304ed57517ba04b7a42ff30258e456972f8 (patch)
tree60d9adde4763ba8652cc02b15468e06a94d2b954 /Cargo.toml
parentdca32c260c0ecd85e01a7bbef07192bc4c8a2290 (diff)
downloadmutt-ottolangy-0fa5b304ed57517ba04b7a42ff30258e456972f8.tar.bz2
Exit with sysexits.h error codes on error
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 97e4592..439c05f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
+exitcode = "1.1.2"
mailparse = "0.13.2"
thiserror = "1.0.24"
whatlang = "0.11.1"