servo/tests/unit/stylo/Cargo.toml
2016-09-20 20:26:51 +05:30

16 lines
388 B
TOML

[package]
name = "stylo_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "stylo_tests"
path = "lib.rs"
doctest = false
[dependencies]
app_units = "0.3"
cssparser = {version = "0.7", features = ["heap_size"]}
style = {path = "../../../components/style", features = ["gecko"]}
style_traits = {path = "../../../components/style_traits"}