summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-22 14:29:36 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-22 14:29:36 +0100
commit8d83d551fb8e682e81706ad84124e079adac59e8 (patch)
treeb5cf0252cb11c1598db0f5ecc7397a1ee2dce4b0 /Cargo.toml
parent9287ce6d3e6a82b8cffb1ebb579d3a84af76e20d (diff)
chore(template) integrated template crate wrt. workspace
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 2933eec..149ef86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,8 @@ members = [
"core",
"headers",
"internals",
- "smtp"
+ "smtp",
+ "template"
]