mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "deny_public_fields"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "0.13.1"
|
|
synstructure = "0.8"
|