Files
servo/tests/unit/plugin/Cargo.toml

16 lines
245 B
TOML

[package]
name = "plugin_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "plugin_tests"
path = "lib.rs"
doctest = false
[dependencies.plugins]
path = "../../../components/plugins"
[dependencies]
url = "0.5.2"