temply-derive 0.3.0

Procedural macro for temply
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "temply-derive"

version = "0.3.0"

authors = ["Jannik Obermann <jannik.obermann@gmail.com>"]

edition = "2021"

rust-version = "1.56"

description = "Procedural macro for temply"

repository = "https://github.com/jannik4/temply"

license = "MIT OR Apache-2.0"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "1.0.36"

syn = "1.0.86"

quote = "1.0.15"