aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/Cargo.toml
blob: 3bc1beda99f0e8877d854300bc0e082259ae9d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"