summaryrefslogblamecommitdiff
path: root/bzipper_macros/Cargo.toml
blob: 1904763c23e1da4654eb5258a0b10f1199d22e2e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                
                        


                                                 





                            

                            




                 
                      
                      
                      


                
[package]
name          = "bzipper_macros"
version       = "0.11.0"
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