diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-12 18:47:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-12 18:47:57 +0300 |
| commit | 6ab657f0e6211aed4452ba7b0e06e803b25c8ccc (patch) | |
| tree | 3697af30807da415775c0d440045eb2427e71774 /Cargo.toml | |
| parent | bcc03e52efc76bc2bf02d2d0fb59034c6aa79770 (diff) | |
Test HTTP file serving
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
