From da04563602364d3e21c9b94837078faf2735548c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 28 Nov 2015 14:43:42 -0500 Subject: [PATCH] Depend on rustc-serialize --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a790bce..dc97663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ authors = ["Curtis McEnroe "] [dependencies] chrono = "0.2.17" hyper = "0.6" +rustc-serialize = "0.3.16" url = "0.5.0"