From 2bd1745e99d7a73381bee6e6319320f79d261ffe Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 6 Sep 2017 20:07:42 +0200 Subject: Add package metadata for new askama_shared crate --- askama_shared/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'askama_shared/Cargo.toml') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 2c9a250..865343c 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -2,6 +2,10 @@ name = "askama_shared" version = "0.4.0" authors = ["Dirkjan Ochtman "] +description = "Shared code for Askama" +homepage = "https://github.com/djc/askama" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [features] -- cgit