mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
This is another step preparing for building Servo without `mach`. Fixes #33430. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
15 lines
322 B
TOML
15 lines
322 B
TOML
[package]
|
|
name = "deny_public_fields_tests"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
test = false
|
|
|
|
[dependencies]
|
|
deny_public_fields = {path = "../../../components/deny_public_fields"}
|