summaryrefslogtreecommitdiffstats
path: root/mail/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:48:04 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:48:04 +0100
commitc3d8d9a92a3484bd0c9b3ccc38e72f4641689aaa (patch)
tree34e37c5237836ec90ba7fd589792af0ff97bbce5 /mail/Cargo.toml
parentad4235f89b539a9f0935da6eeebab7bdaa45ded5 (diff)
feat(mail/serde) re-export serde-impl feature
Diffstat (limited to 'mail/Cargo.toml')
-rw-r--r--mail/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index f69e93b..391e12b 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -16,6 +16,7 @@ smtp = ["mail-smtp"]
handlebars = ["mail-template/handlebars-bindings"]
traceing = ["mail-internals/traceing", "mail-headers/traceing"]
test-utils = ["mail-core/test-utils"]
+serde-impl = ["mail-core/serde-impl", "mail-headers/serde-impl"]
[[example]]
name = "mail_by_hand"