Mercurial > templog
diff rust/src/main.rs @ 626:efcbe0d3afd6 rust
fix to work with hyper
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 06 Dec 2017 00:09:45 +0800 |
parents | 2710649ab71e |
children | d5075136442f |
line wrap: on
line diff
--- a/rust/src/main.rs Wed Dec 06 00:08:46 2017 +0800 +++ b/rust/src/main.rs Wed Dec 06 00:09:45 2017 +0800 @@ -5,11 +5,10 @@ extern crate env_logger; extern crate rustc_serialize; extern crate time; -extern crate tokio_curl; -extern crate curl; extern crate serde_json; extern crate libc; extern crate atomicwrites; +extern crate hyper; #[macro_use] extern crate lazy_static;