servo/components/script_traits/Cargo.toml
2015-04-03 13:38:10 -04:00

27 lines
430 B
TOML

[package]
name = "script_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "script_traits"
path = "lib.rs"
[dependencies.msg]
path = "../msg"
[dependencies.net_traits]
path = "../net_traits"
[dependencies.util]
path = "../util"
[dependencies.devtools_traits]
path = "../devtools_traits"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies]
url = "0.2.16"
libc = "*"