convert net crate to use hyper

This commit is contained in:
Sean McArthur 2014-11-14 11:57:32 -08:00 committed by Manish Goregaokar
parent 92a8c7a80c
commit 12727d4dd0
10 changed files with 164 additions and 93 deletions

View file

@ -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;