summaryrefslogtreecommitdiffstats
path: root/template/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'template/Cargo.toml')
-rw-r--r--template/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/Cargo.toml b/template/Cargo.toml
index c2eb0be..65d1e14 100644
--- a/template/Cargo.toml
+++ b/template/Cargo.toml
@@ -14,6 +14,9 @@ repository = "https://github.com/1aim/mail-template"
default = []
handlebars-bindings = ["handlebars"]
+[package.metadata.docs.rs]
+features = [ "handlebars-bindings" ]
+
[dependencies]
mail-core = { version="0.6.0", features=["serde-impl"] }
mail-internals = "0.2.0"