blob: 3bfe8910cb25205959e914e43efc4c9bffb57eb3 (
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_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "net_traits"
path = "lib.rs"
[dependencies.png]
git = "https://github.com/servo/rust-png"
[dependencies.util]
path = "../util"
[dependencies.msg]
path = "../msg"
[dependencies.stb_image]
git = "https://github.com/servo/rust-stb-image"
[dependencies]
log = "*"
url = "0.2.35"
hyper = "0.5"
euclid = "0.1"
|