fix(test): add rustc_serialize to test-crate

A top-level `cargo test` didn't work anymore thanks to a missing
mention of rustc_serialize.

[skip ci]
This commit is contained in:
Sebastian Thiel
2015-04-15 09:04:16 +02:00
parent 3f49f50ac2
commit fa011315c3
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#[macro_use]
extern crate hyper;
extern crate mime;
extern crate rustc_serialize;
extern crate yup_oauth2 as oauth2;
extern crate serde;