summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:36:32 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:36:32 +0100
commitf1293579b888ca9cdc916ec84cd3545311183626 (patch)
tree02d2de9ba3d77e285477be7bd13c86b3cd29a5e2 /mail
parent468058ceda30343bcf94a120dd2f8d3a55abc257 (diff)
refactor(wip) fixed more imports after merging mail-smtp into this repo
Diffstat (limited to 'mail')
-rw-r--r--mail/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index de54bca..7af9cc2 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -27,7 +27,7 @@ mail-headers = { path="../headers" }
mail-core = { path="../core" }
#mail-template = { git="https://github.com/1aim/mail-template" }
#mail-derive = { git="https://github.com/1aim/mail-derive" }
-mail-smtp = { git="https://github.com/1aim/mail-smtp", optional=true }
+mail-smtp = { path="../smtp", optional=true }
#mail-render-template-engine = {git="https://github.com/1aim/mail-render-template-engine", optional=true }
[dev-dependencies]