diff options
-rw-r--r-- | askama/Cargo.toml | 1 |
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" |