First try

This commit is contained in:
Hocuri
2020-07-26 17:37:04 +02:00
committed by holger krekel
parent 81fab2d783
commit 60863c4f91
3 changed files with 11 additions and 6 deletions

3
Cargo.lock generated
View File

@@ -200,8 +200,7 @@ dependencies = [
[[package]]
name = "async-smtp"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9720181a7d56bf3b4d0cfdcb6353df975125996bdd2958b4e639c8317fcaa68"
source = "git+https://github.com/async-email/async-smtp?branch=smtptimeout#74f489f29f8cbd2650d69119e63bf9e35e36dc85"
dependencies = [
"async-native-tls",
"async-std",