servo/components/script_traits/Cargo.toml
2014-09-08 20:21:42 -06:00

20 lines
338 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]
path = "../net"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.url]
git = "https://github.com/servo/rust-url"