mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
26 lines
636 B
TOML
26 lines
636 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
|
|
|
|
[dependencies]
|
|
app_units = "0.3"
|
|
cssparser = {version = "0.7", features = ["heap_size"]}
|
|
euclid = "0.10.1"
|
|
owning_ref = "0.2.2"
|
|
parking_lot = "0.3"
|
|
rustc-serialize = "0.3"
|
|
selectors = "0.14"
|
|
html5ever-atoms = "0.1"
|
|
servo_atoms = {path = "../../../components/atoms"}
|
|
style = {path = "../../../components/style"}
|
|
style_traits = {path = "../../../components/style_traits"}
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
util = {path = "../../../components/util"}
|