Files
servo/tests/unit/style/Cargo.toml
2015-10-01 11:45:35 +10:00

30 lines
539 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.style]
path = "../../../components/style"
[dependencies.style_traits]
path = "../../../components/style_traits"
[dependencies.util]
path = "../../../components/util"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies]
app_units = "0.1"
url = "0.2"
cssparser = "0.3.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.2"