Add package metadata for askama_derive

This commit is contained in:
Dirkjan Ochtman 2017-01-11 19:19:17 +01:00
parent cdb6d2f46e
commit 07f4d6c76d

View File

@ -2,6 +2,10 @@
name = "askama_derive"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."
[lib]
proc-macro = true