From 760a42222cde5ef3a0e26af4174149838ef54d7b Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Mon, 16 Apr 2018 11:44:08 +0200 Subject: wip: moved files over from mail-codec-composition but no integration - the smtp module in mail-codec-composition was moved to become this crate - but imports and path's where not yet changed in the moved files to represent this change - also dependencies are not yet updated - also some parts where in the process of beeing changed to use `new-tokio-smtp` instead of `tokio-smtp`, to not discard the works the wip files of that where used so it's roughly _just_ moving files over --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1cfdb3a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +authors = ["Philipp Korber "] +name = "mail-smtp" +version = "0.1.0" +categories = [] +description = "combines mail-codec with new-tokio-smtp" +documentation = "https://docs.rs/mail-smtp" +keywords = ["mail", "smtp", "send" ] +license = "MIT OR Apache-2.0" +readme = "./README.md" +repository = "https://github.com/1aim/mail-smtp" + +[dependencies] +mail = { git="https://github.com/1aim/mail" } +new-tokio-smtp = { git="https://github.com/1aim/new-tokio-smtp" } -- cgit v1.2.3