mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
40 lines
739 B
TOML
40 lines
739 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.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.selectors]
|
|
git = "https://github.com/servo/rust-selectors"
|
|
|
|
[dependencies.lazy_static]
|
|
git = "https://github.com/Kimundi/lazy-static.rs"
|
|
|
|
[dependencies.string_cache]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.string_cache_plugin]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies]
|
|
encoding = "0.2"
|
|
rustc-serialize = "0.3"
|
|
matches = "0.1"
|
|
url = "0.2.16"
|
|
mod_path = "0.1"
|
|
bitflags = "*"
|
|
cssparser = "0.3.1"
|