[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"