aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
blob: 885b11a2f0414a4c6a68a37f3141f1dbfe315d0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "askama_derive"
version = "0.3.2"
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"
quote = "0.3"