add image crate

This commit is contained in:
B. Petersen
2019-12-15 18:09:45 +01:00
committed by holger krekel
parent a0645dc713
commit 9fc556864e
2 changed files with 166 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ stop-token = { version = "0.1.1", features = ["unstable"] }
mailparse = "0.10.1"
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
native-tls = "0.2.3"
image = "0.22.3"
[dev-dependencies]
tempfile = "3.0"