diff options
author | Teddy Wing | 2021-03-14 03:32:18 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-14 03:32:18 +0100 |
commit | dca32c260c0ecd85e01a7bbef07192bc4c8a2290 (patch) | |
tree | 339271d9b93b428ddfc277db57a9f5522a12c06f /Cargo.toml | |
parent | 4abb14e1d3ea8fe2499e0c9f428ecc998f685465 (diff) | |
download | mutt-ottolangy-dca32c260c0ecd85e01a7bbef07192bc4c8a2290.tar.bz2 |
Wrap errors in a custom `OttolangyError` type
Give us a way to match on the type of error so we can return an
appropriate exit code.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ edition = "2018" [dependencies] anyhow = "1.0.38" mailparse = "0.13.2" +thiserror = "1.0.24" whatlang = "0.11.1" xdg = "2.2.0" |