aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/azalea-protocol-macros/Cargo.toml
blob: 88fdacf8c10d76d8779ff9399311b96ff446f170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "azalea-protocol-macros"
description = "Macros internally used in azalea-protocol."
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

[lints]
workspace = true