aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-05 19:54:36 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-05 19:54:36 +0100
commitc362310e8bb6309b3e790e4a3b885392d93652e2 (patch)
treebb31f7e9282421309b047be51c0f6308a8b0d633
parenta56ee12990ab98d31614942203802790107515a8 (diff)
downloadaskama-c362310e8bb6309b3e790e4a3b885392d93652e2.tar.gz
askama-c362310e8bb6309b3e790e4a3b885392d93652e2.tar.bz2
askama-c362310e8bb6309b3e790e4a3b885392d93652e2.zip
Add readme to Cargo package metadata
-rw-r--r--askama/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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" }