mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
16 lines
283 B
TOML
16 lines
283 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 = {version = "0.5.5", features = ["heap_size"]}
|