From 6ab657f0e6211aed4452ba7b0e06e803b25c8ccc Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 12 Jul 2018 18:47:57 +0300 Subject: Test HTTP file serving --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1147e90..e8b5602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ license = "GPL-3.0" [dependencies] colored = "1.6" clap = "2.32" +futures = "0.1.22" +hyper = "0.12" indoc = "0.2" regex = "1" termios = "0.3.0" +tokio-fs = "0.1.2" +tokio-io = "0.1.7" \ No newline at end of file -- cgit v1.3.1