summaryrefslogtreecommitdiff
path: root/bzipper_macros/Cargo.toml
blob: 30a6eab127157439d8928138f29363702fbfd564 (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"
version       = "0.6.1"
edition       = "2021"
documentation = "https://docs.rs/bzipper_macros/"

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.37"
syn         = "2.0.75"

[lints]
workspace = true