summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent652d6f0ffeee7302a2cb51059bef75d8b0bb50be (diff)
refactor(wip): fixed imports after moving deps into repo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79d33e8..e8d401a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,12 @@ members = [
"headers",
"internals"
]
+
+
+#[patch.crates-io]
+#mail = { path="./mail" }
+#mail-core = { path="./core" }
+#mail-headers = { path="./headers" }
+#mail-internals = { path="./internals" }
+
+