aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentdca32c260c0ecd85e01a7bbef07192bc4c8a2290 (diff)
downloadmutt-ottolangy-0fa5b304ed57517ba04b7a42ff30258e456972f8.tar.bz2
Exit with sysexits.h error codes on error
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 047960a..f5844c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,6 +65,12 @@ dependencies = [
]
[[package]]
+name = "exitcode"
+version = "1.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
+
+[[package]]
name = "hashbrown"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -90,6 +96,7 @@ name = "ottolangy"
version = "0.0.1"
dependencies = [
"anyhow",
+ "exitcode",
"mailparse",
"thiserror",
"whatlang",