summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:16:42 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:16:42 +0100
commit56760954e7afceca472f3aaf92949c8ed637b6e2 (patch)
treeb852b3371d0cb5acc3a178427672e6f3cd6df268 /mail
parent652d6f0ffeee7302a2cb51059bef75d8b0bb50be (diff)
refactor(wip): fixed imports after moving deps into repo
Diffstat (limited to 'mail')
-rw-r--r--mail/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 6d198d6..de54bca 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -22,11 +22,11 @@ traceing = ["mail-internals/traceing", "mail-headers/traceing"]
[dependencies]
-mail-internals = { git="https://github.com/1aim/mail-internals" }
-mail-headers = { git="https://github.com/1aim/mail-headers" }
-mail-core = { git="https://github.com/1aim/mail-types" }
+mail-internals = { path="../internals" }
+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-derive = { git="https://github.com/1aim/mail-derive" }
mail-smtp = { git="https://github.com/1aim/mail-smtp", optional=true }
#mail-render-template-engine = {git="https://github.com/1aim/mail-render-template-engine", optional=true }