Add package metadata for askama crate

This commit is contained in:
Dirkjan Ochtman 2017-01-11 19:17:49 +01:00
parent 9c44d03a77
commit cdb6d2f46e

View File

@ -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]