More work

This commit is contained in:
Carl Lerche
2017-03-11 12:59:15 -08:00
parent f19f039bbc
commit 769f3f142f
12 changed files with 3608 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ futures = "0.1"
tokio-io = { git = "https://github.com/alexcrichton/tokio-io" }
tokio-timer = { git = "https://github.com/tokio-rs/tokio-timer" }
bytes = { git = "https://github.com/carllerche/bytes" }
tower = { path = "/Users/carllerche/Code/Oss/Tokio/tower/tower-http" }
[replace]
"futures:0.1.10" = { git = "https://github.com/alexcrichton/futures-rs", branch = "close" }