diff options
author | Teddy Wing | 2021-03-14 04:50:29 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-14 04:55:11 +0100 |
commit | 05a556f7cc92b7710f7b4f509be9376a0296b21e (patch) | |
tree | c420442efd19bedaefae4baef8e2a6e9a4aeb2ec /Cargo.toml | |
parent | 0fa5b304ed57517ba04b7a42ff30258e456972f8 (diff) | |
download | mutt-ottolangy-05a556f7cc92b7710f7b4f509be9376a0296b21e.tar.bz2 |
Add additional sysexits error codes for other errors
Give types to the errors in `run()` and exit with appropriate error
codes.
Split out an additional error type so we can wrap errors from the
non-main functions.
Remove 'anyhow', replacing it with 'thiserror' now that we're using
error types.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ version = "0.0.1" edition = "2018" [dependencies] -anyhow = "1.0.38" exitcode = "1.1.2" mailparse = "0.13.2" thiserror = "1.0.24" |