From 90f6acaa6822875abbaee0d85b0af325ee7926f9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 5 Mar 2017 20:03:13 +0100 Subject: Add link to documentation to Cargo manifest --- askama/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 "] 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" -- cgit