[package] name = "askama_derive" version = "0.1.0" authors = ["Dirkjan Ochtman "] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." [lib] proc-macro = true [dependencies] askama = { path = "../askama" } syn = "0.11"