mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
15 lines
283 B
TOML
15 lines
283 B
TOML
[package]
|
|
name = "deny_public_fields"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { workspace = true }
|
|
synstructure = { workspace = true }
|