mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
16 lines
245 B
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"
|