mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
14 lines
265 B
TOML
14 lines
265 B
TOML
[package]
|
|
name = "deny_public_fields_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
test = false
|
|
|
|
[dependencies]
|
|
deny_public_fields = {path = "../../../components/deny_public_fields"}
|