aboutsummaryrefslogtreecommitdiffstats
path: root/components/deny_public_fields/Cargo.toml
blob: b4d589cccb153d30b1a9e3d3f5ce7903849c3cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "deny_public_fields"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[lib]
path = "lib.rs"
proc-macro = true

[dependencies]
syn = { workspace = true }
synstructure = { workspace = true }