From 85acefbb6d99b432871aa4fd0072a61aff351149 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 28 Nov 2015 13:12:35 -0500 Subject: [PATCH] Depend on hyper --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e724acd..a790bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ authors = ["Curtis McEnroe "] [dependencies] chrono = "0.2.17" +hyper = "0.6" url = "0.5.0"