mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
33 lines
802 B
TOML
33 lines
802 B
TOML
[package]
|
|
name = "style_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "style_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies.msg]
|
|
path = "../../../components/msg"
|
|
|
|
[dependencies.plugins]
|
|
path = "../../../components/plugins"
|
|
|
|
[dependencies.style]
|
|
path = "../../../components/style"
|
|
|
|
[dependencies.style_traits]
|
|
path = "../../../components/style_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../../../components/util"
|
|
|
|
[dependencies]
|
|
app_units = {version = "0.2.1", features = ["plugins"]}
|
|
cssparser = {version = "0.5.3", features = ["heap_size"]}
|
|
euclid = {version = "0.6.2", features = ["plugins"]}
|
|
selectors = {version = "0.5", features = ["heap_size"]}
|
|
string_cache = {version = "0.2.10", features = ["heap_size"]}
|
|
url = {version = "0.5.5", features = ["heap_size"]}
|