mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
30 lines
749 B
TOML
30 lines
749 B
TOML
[package]
|
|
name = "style_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "style_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[features]
|
|
testing = ["style/testing"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
app_units = "0.4.1"
|
|
cssparser = "0.14.0"
|
|
euclid = "0.14.4"
|
|
html5ever = "0.17"
|
|
parking_lot = "0.3"
|
|
rayon = "0.8"
|
|
rustc-serialize = "0.3"
|
|
selectors = {path = "../../../components/selectors"}
|
|
servo_atoms = {path = "../../../components/atoms"}
|
|
servo_config = {path = "../../../components/config"}
|
|
servo_url = {path = "../../../components/url"}
|
|
size_of_test = {path = "../../../components/size_of_test"}
|
|
style = {path = "../../../components/style"}
|
|
style_traits = {path = "../../../components/style_traits"}
|