aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/Cargo.toml
blob: 17560f4aa5c1d0fe2c94e22e1171466e18d5e21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "net"
version = "0.0.1"
authors = ["The Servo Project Developers"]

[lib]
name = "net"
path = "lib.rs"

[dependencies.util]
path = "../util"

[dependencies.geom]
git = "https://github.com/servo/rust-geom"

[dependencies.http]
git = "https://github.com/servo/rust-http"
branch = "servo"

[dependencies.png]
git = "https://github.com/servo/rust-png"

[dependencies.stb_image]
git = "https://github.com/servo/rust-stb-image"

[dependencies.url]
git = "https://github.com/servo/rust-url"