blob: 605c40f7331f088fe459384ffd63fdf33fcc5434 (
plain) (
tree)
|
|
[package]
name = "askama_derive"
version = "0.2.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
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]
nom = "2.1"
syn = "0.11"
|