mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
36 lines
565 B
TOML
36 lines
565 B
TOML
[package]
|
|
name = "style"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "style"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
|
|
[dependencies.selectors]
|
|
git = "https://github.com/servo/rust-selectors"
|
|
|
|
[dependencies]
|
|
log = "*"
|
|
encoding = "0.2"
|
|
fnv = "1.0"
|
|
rustc-serialize = "0.3"
|
|
matches = "0.1"
|
|
url = "0.2.35"
|
|
bitflags = "*"
|
|
cssparser = "0.3.1"
|
|
num = "0.1.24"
|
|
lazy_static = "0.1.10"
|
|
smallvec = "0.1"
|
|
string_cache = "0.1"
|
|
string_cache_plugin = "0.1"
|
|
euclid = "0.1"
|