mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
15 lines
340 B
TOML
15 lines
340 B
TOML
[package]
|
|
name = "plugin_compiletest"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "plugin_compiletest"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
compiletest_helper = {path = "../helper"}
|
|
plugins = {path = "../../../components/plugins"}
|
|
script = {path = "../../../components/script"}
|