blob: 4aad3fb957c3f2da574faf8f8a9f75f0817da10e (
plain) (
tree)
|
|
[package]
name = "askama_derive"
version = "0.3.3"
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 = "3"
syn = "0.11"
quote = "0.3"
|