diff options
author | Teddy Wing | 2021-03-14 03:42:16 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-14 03:43:44 +0100 |
commit | 0fa5b304ed57517ba04b7a42ff30258e456972f8 (patch) | |
tree | 60d9adde4763ba8652cc02b15468e06a94d2b954 /Cargo.toml | |
parent | dca32c260c0ecd85e01a7bbef07192bc4c8a2290 (diff) | |
download | mutt-ottolangy-0fa5b304ed57517ba04b7a42ff30258e456972f8.tar.bz2 |
Exit with sysexits.h error codes on error
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |