mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
convert script crate to use hyper
This commit is contained in:
parent
1dc67f0c76
commit
4ee8c3a60b
8 changed files with 382 additions and 260 deletions
|
@ -22,7 +22,7 @@ extern crate collections;
|
|||
extern crate geom;
|
||||
extern crate html5ever;
|
||||
extern crate encoding;
|
||||
extern crate http;
|
||||
extern crate hyper;
|
||||
extern crate js;
|
||||
extern crate libc;
|
||||
extern crate msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue