summaryrefslogtreecommitdiff
path: root/bzipper_macros/Cargo.toml
blob: 562251e60404a704a451ffb07caf79b05c22421a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name          = "bzipper_macros"
edition       = "2021"
documentation = "https://docs.rs/bzipper_macros/"

version.workspace     = true
authors.workspace     = true
description.workspace = true
readme.workspace      = true
homepage.workspace    = true
repository.workspace  = true
license.workspace     = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.86"
quote       = "1.0.36"
syn         = "2.0.72"

[lints]
workspace = true