add image crate

This commit is contained in:
B. Petersen
2019-12-15 18:09:45 +01:00
parent e7351b1bb8
commit 2481dd0ee2
2 changed files with 166 additions and 0 deletions

View File

@@ -55,6 +55,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"