Skip to content

Commit

Permalink
Add link to documentation to Cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 5, 2017
1 parent bd94bf2 commit 90f6aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90f6aca

Please sign in to comment.