summaryrefslogtreecommitdiff
path: root/bzipper_macros/Cargo.toml
blob: e87215afb9371cb3f5fad584597214f157c9cadb (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
24
25
[package]
name          = "bzipper_macros"
version       = "0.8.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
keywords.workspace    = true
categories.workspace  = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.89"
quote       = "1.0.37"
syn         = "2.0.85"

[lints]
workspace = true