mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
22 lines
619 B
TOML
22 lines
619 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.5.7", features = ["heap_size"]}
|
|
euclid = "0.9"
|
|
rustc-serialize = "0.3"
|
|
selectors = {version = "0.10", features = ["heap_size"]}
|
|
string_cache = {version = "0.2.23", features = ["heap_size"]}
|
|
style = {path = "../../../components/style"}
|
|
style_traits = {path = "../../../components/style_traits"}
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
util = {path = "../../../components/util"}
|