diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:14:04 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:14:04 +0100 |
commit | dc9c44e952807c9193c408b68dae8bd3459cf299 (patch) | |
tree | 1337af55063e46a6fd63aa7d3dc2a5d9f4fd68b8 /askama_derive | |
parent | a2af8348cce685363195542d9874c28b91a9d78f (diff) | |
download | askama-dc9c44e952807c9193c408b68dae8bd3459cf299.tar.gz askama-dc9c44e952807c9193c408b68dae8bd3459cf299.tar.bz2 askama-dc9c44e952807c9193c408b68dae8bd3459cf299.zip |
Add more metadata to Cargo manifests
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 03b9b11..5f23f98 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -3,6 +3,7 @@ name = "askama_derive" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" +homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." |