зеркало из https://github.com/mozilla/gecko-dev.git
51 строка
864 B
TOML
51 строка
864 B
TOML
[package]
|
|
name = "layout"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "layout"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.gfx]
|
|
path = "../gfx"
|
|
|
|
[dependencies.script]
|
|
path = "../script"
|
|
|
|
[dependencies.layout_traits]
|
|
path = "../layout_traits"
|
|
|
|
[dependencies.script_traits]
|
|
path = "../script_traits"
|
|
|
|
[dependencies.style]
|
|
path = "../style"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.net]
|
|
path = "../net"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.cssparser]
|
|
git = "https://github.com/servo/rust-cssparser"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.url]
|
|
git = "https://github.com/servo/rust-url"
|
|
|
|
[dependencies.string_cache]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.string_cache_macros]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies]
|
|
encoding = "0.2"
|