diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-11 19:17:49 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-11 19:17:49 +0100 |
commit | cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4 (patch) | |
tree | 9b063837fd294bdabf69b694ecbabb1711550f00 | |
parent | 9c44d03a77a18914872b0d60e2341037a64e3f9a (diff) | |
download | askama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.tar.gz askama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.tar.bz2 askama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.zip |
Add package metadata for askama crate
-rw-r--r-- | askama/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 13d718a..97fde9f 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -2,6 +2,9 @@ name = "askama" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] +description = "Type-safe compiled templates for Rust" +repository = "https://github.com/djc/askama" +license = "MIT/Apache-2.0" workspace = ".." [dependencies] |