remove local dependency

This commit is contained in:
dignifiedquire
2019-11-09 16:41:41 +01:00
parent b948e973c5
commit 9044b80b9f
2 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ num-traits = "0.2.6"
native-tls = "0.2.3"
lettre = { git = "https://github.com/deltachat/lettre", branch = "master" }
# imap = { git = "https://github.com/deltachat/rust-imap", branch = "master" }
async-imap = { path = "../../async-imap" }#, git = "https://github.com/dignifiedquire/async-imap", branch = "master" }
async-imap = { git = "https://github.com/dignifiedquire/async-imap", branch = "master" }
async-tls = { git = "https://github.com/async-rs/async-tls", branch = "master" }
async-std = { git = "https://github.com/async-rs/async-std", branch = "master", features = ["unstable"] }
base64 = "0.10"