mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
30 lines
539 B
TOML
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"
|