aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-07 16:30:53 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-07 16:30:53 +0200
commite10d3987e2d84ef8499bb41910e129db2a9c2b9a (patch)
tree7d5a5325445a4d57f0a44bb5c5f89e298ac42812 /Cargo.toml
parent0030a4d8b7c09b45ea7320236d8755792c7ba35b (diff)
downloadaerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.tar.gz
aerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.zip
Correctly count lines + bytes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f16605..5398f34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ itertools = "0.10"
lazy_static = "1.4"
ldap3 = { version = "0.10", default-features = false, features = ["tls"] }
log = "0.4"
-mail-parser = { git = "https://github.com/superboum/mail-parser", branch = "feature/last_part_offset" }
+mail-parser = { git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" }
pretty_env_logger = "0.4"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"