aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
blob: 03b9b11826dc4095fea61e4581d83349bb053ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "askama_derive"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Procedural macro package for Askama"
repository = "https://github.com/djc/askama"
license = "MIT/Apache-2.0"
workspace = ".."

[lib]
proc-macro = true

[dependencies]
askama = { path = "../askama" }
syn = "0.11"