aboutsummaryrefslogtreecommitdiffstats
path: root/askama_codegen/Cargo.toml
blob: 860f9308298b6c01b95f840b2ea6ef727a8c6783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "askama_codegen"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]

[dependencies]
syn = "0.10"
quote = "0.3"
nom = "2.0"

[lib]
proc-macro = true