servo/components/layout_traits/Cargo.toml
2016-05-28 11:43:19 +02:00

20 lines
558 B
TOML

[package]
name = "layout_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "layout_traits"
path = "lib.rs"
[dependencies]
gfx = {path = "../gfx"}
script_traits = {path = "../script_traits"}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
util = {path = "../util"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
url = {version = "1.0.0", features = ["heap_size"]}