mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
16 lines
281 B
TOML
16 lines
281 B
TOML
[package]
|
|
name = "plugin_compiletest"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "plugin_compiletest"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies.compiletest_helper]
|
|
path = "../helper"
|
|
|
|
[dependencies.plugins]
|
|
path = "../../../components/plugins"
|