summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
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 }