diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-09-06 20:07:42 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-09-06 20:07:42 +0200 |
commit | 2bd1745e99d7a73381bee6e6319320f79d261ffe (patch) | |
tree | 0add65a3d07ca36707d6051386e50c2a3d266cce /askama_shared | |
parent | 27ba9aeca3a48d09de4df32a5fc190e6552ae8cd (diff) | |
download | askama-2bd1745e99d7a73381bee6e6319320f79d261ffe.tar.gz askama-2bd1745e99d7a73381bee6e6319320f79d261ffe.tar.bz2 askama-2bd1745e99d7a73381bee6e6319320f79d261ffe.zip |
Add package metadata for new askama_shared crate
Diffstat (limited to 'askama_shared')
-rw-r--r-- | askama_shared/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 <dirkjan@ochtman.nl>"] +description = "Shared code for Askama" +homepage = "https://github.com/djc/askama" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [features] |