blob: 5230a18a645cd81a125563880c155e5b7d5a12d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "askama_derive"
version = "0.2.0"
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]
askama = { path = "../askama", version = "0.2.0" }
syn = "0.11"
|