mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -9,7 +9,7 @@
|
|||
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
extern crate http;
|
||||
extern crate hyper;
|
||||
extern crate png;
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue