diff options
author | Teddy Wing | 2021-03-09 00:54:42 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-09 00:54:42 +0100 |
commit | 4606b115d29a62b3a9b4fe01a8538abe11d53af1 (patch) | |
tree | 78f4f007ad5e714f55e4834ce8e5774525626cc2 /Cargo.toml | |
parent | 25c3d390ff66c8583a62dc6d85c70c35c4aa1407 (diff) | |
download | mutt-ottolangy-4606b115d29a62b3a9b4fe01a8538abe11d53af1.tar.bz2 |
Use 'whatlang' to detect the language of the email body
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ edition = "2018" [dependencies] mailparse = "0.13.2" +whatlang = "0.11.1" |