From bad94a94285a6d13cb02c26702c525a9e1b3e32f Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Tue, 25 Sep 2018 17:51:52 +0200 Subject: chore(deps) mail-types => mail-base --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3c3e708..9d1825e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Philipp Korber "] name = "mail-smtp" version = "0.2.0-wip" categories = [] -description = "[internal/mail-api] combines mail-types with new-tokio-smtp" +description = "[internal/mail-api] combines mail-base with new-tokio-smtp" documentation = "https://docs.rs/mail-smtp" keywords = ["mail-api"] license = "MIT OR Apache-2.0" @@ -13,7 +13,7 @@ repository = "https://github.com/1aim/mail-smtp" [dependencies] futures = "0.1" failure = "0.1.1" -mail-types = { git="https://github.com/1aim/mail-types" } +mail-base = { 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