From cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 11 Jan 2017 19:17:49 +0100 Subject: Add package metadata for askama crate --- askama/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 13d718a..97fde9f 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -2,6 +2,9 @@ name = "askama" version = "0.1.0" authors = ["Dirkjan Ochtman "] +description = "Type-safe compiled templates for Rust" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [dependencies] -- cgit