aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-11 19:17:49 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-11 19:17:49 +0100
commitcdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4 (patch)
tree9b063837fd294bdabf69b694ecbabb1711550f00
parent9c44d03a77a18914872b0d60e2341037a64e3f9a (diff)
downloadaskama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.tar.gz
askama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.tar.bz2
askama-cdb6d2f46ed231a0816b3f1a82244ee2e5f8e8f4.zip
Add package metadata for askama crate
-rw-r--r--askama/Cargo.toml3
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]