diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:54:36 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:54:36 +0100 |
commit | c362310e8bb6309b3e790e4a3b885392d93652e2 (patch) | |
tree | bb31f7e9282421309b047be51c0f6308a8b0d633 | |
parent | a56ee12990ab98d31614942203802790107515a8 (diff) | |
download | askama-c362310e8bb6309b3e790e4a3b885392d93652e2.tar.gz askama-c362310e8bb6309b3e790e4a3b885392d93652e2.tar.bz2 askama-c362310e8bb6309b3e790e4a3b885392d93652e2.zip |
Add readme to Cargo package metadata
-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 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" } |