aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-09 00:54:42 +0100
committerTeddy Wing2021-03-09 00:54:42 +0100
commit4606b115d29a62b3a9b4fe01a8538abe11d53af1 (patch)
tree78f4f007ad5e714f55e4834ce8e5774525626cc2 /Cargo.toml
parent25c3d390ff66c8583a62dc6d85c70c35c4aa1407 (diff)
downloadmutt-ottolangy-4606b115d29a62b3a9b4fe01a8538abe11d53af1.tar.bz2
Use 'whatlang' to detect the language of the email body
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 070936c..9a9987f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2018"
[dependencies]
mailparse = "0.13.2"
+whatlang = "0.11.1"