aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f5844c4..e17605c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7,12 +7,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
[[package]]
-name = "anyhow"
-version = "1.0.38"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
-
-[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -95,7 +89,6 @@ dependencies = [
name = "ottolangy"
version = "0.0.1"
dependencies = [
- "anyhow",
"exitcode",
"mailparse",
"thiserror",