aboutsummaryrefslogtreecommitdiff
path: root/just_template_macros/Cargo.toml
blob: 894c5f2730421591baadc7de938e5691debff323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "just_template_macros"
version.workspace = true
description.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

readme = "README.md"
documentation = "https://docs.rs/just_template_macros"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.46"
syn = { version = "2.0.118", features = ["full", "extra-traits"] }