From c362310e8bb6309b3e790e4a3b885392d93652e2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 5 Mar 2017 19:54:36 +0100 Subject: Add readme to Cargo package metadata --- askama/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 715eb20..5b11224 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." +readme = "../README.md" [badges] travis-ci = { repository = "djc/askama" } -- cgit