mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
15 lines
244 B
TOML
15 lines
244 B
TOML
[package]
|
|
name = "deny_public_fields"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "0.15"
|
|
synstructure = "0.10"
|