mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
convert net crate to use hyper
This commit is contained in:
parent
92a8c7a80c
commit
12727d4dd0
10 changed files with 164 additions and 93 deletions
|
@ -13,8 +13,8 @@ path = "../util"
|
|||
[dependencies.geom]
|
||||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies.http]
|
||||
git = "https://github.com/servo/rust-http"
|
||||
[dependencies.hyper]
|
||||
git = "https://github.com/hyperium/hyper"
|
||||
branch = "servo"
|
||||
|
||||
[dependencies.png]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue