mirror of
https://github.com/sam0x17/pub-fields.git
synced 2025-04-03 21:07:36 +03:00
15 lines
344 B
TOML
15 lines
344 B
TOML
[package]
|
|
name = "pub-fields"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["sam0x17"]
|
|
description = "Provides a proc macro attribute that defaults all struct fields to public."
|
|
repository = "https://github.com/sam0x17/pub-fields"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2", features = ["full"]}
|
|
quote = "1"
|