aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-05 20:03:13 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-05 20:03:13 +0100
commit90f6acaa6822875abbaee0d85b0af325ee7926f9 (patch)
tree0fc95392cd67523ee7dfe3b01d0a9dcc3fc193a9
parentbd94bf2d01d1a46776c0d219df70b893c661eac5 (diff)
downloadaskama-90f6acaa6822875abbaee0d85b0af325ee7926f9.tar.gz
askama-90f6acaa6822875abbaee0d85b0af325ee7926f9.tar.bz2
askama-90f6acaa6822875abbaee0d85b0af325ee7926f9.zip
Add link to documentation to Cargo manifest
-rw-r--r--askama/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 9937eaa..d17aa4e 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -3,6 +3,7 @@ name = "askama"
version = "0.2.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
+documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
categories = ["template-engine"]
homepage = "https://github.com/djc/askama"