From a95f660d7b20b40158f23465f3e8f583480e5f83 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Fri, 11 May 2018 14:56:04 +0200 Subject: chore(api+deps): strongly simplified api and uses changed deps - the api was stringly simplified - uses new-tokio-smtp instead of tokio-smtp - inital commit of the changed api, some parts are not commit yet as they still have to be changed including e.g. the integration tests --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1cfdb3a..e343bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,9 @@ readme = "./README.md" repository = "https://github.com/1aim/mail-smtp" [dependencies] -mail = { git="https://github.com/1aim/mail" } +futures = "0.1" +failure = "0.1.1" +mail-types = { git="https://github.com/1aim/mail-types" } +mail-common = { git="https://github.com/1aim/mail-common" } +mail-headers = { git="https://github.com/1aim/mail-headers" } new-tokio-smtp = { git="https://github.com/1aim/new-tokio-smtp" } -- cgit v1.2.3