aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/azalea-buf-macros/Cargo.toml
blob: f4b15e9dc4faccdd904ee842cc160f9378bf851a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "azalea-buf-macros"
description = "#[derive(AzBuf)]"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["extra-traits"] }

[lints]
workspace = true