summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:19:02 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:35:58 +0100
commit468058ceda30343bcf94a120dd2f8d3a55abc257 (patch)
tree3ca03969269e45098e345e2660eeeac0bf3c1c45 /Cargo.toml
parent56760954e7afceca472f3aaf92949c8ed637b6e2 (diff)
parentcaf049791b8e7107734cd1f8917d51c91a2b80ad (diff)
Merge `mail-smtp` repository into this repositor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8d401a..2933eec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,8 @@ members = [
"mail",
"core",
"headers",
- "internals"
+ "internals",
+ "smtp"
]