Add link to documentation to Cargo manifest

This commit is contained in:
Dirkjan Ochtman 2017-03-05 20:03:13 +01:00
parent bd94bf2d01
commit 90f6acaa68

View File

@ -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"