aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-14 04:50:29 +0100
committerTeddy Wing2021-03-14 04:55:11 +0100
commit05a556f7cc92b7710f7b4f509be9376a0296b21e (patch)
treec420442efd19bedaefae4baef8e2a6e9a4aeb2ec /Cargo.toml
parent0fa5b304ed57517ba04b7a42ff30258e456972f8 (diff)
downloadmutt-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.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 439c05f..ba30916 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"