Finish hpack decoding
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -5,10 +5,9 @@ authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
tokio-io = { git = "https://github.com/alexcrichton/tokio-io" }
|
||||
tokio-io = "0.1"
|
||||
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" }
|
||||
bytes = "0.4"
|
||||
http = { path = "/Users/carllerche/Code/Oss/Tokio/tower/http" }
|
||||
log = "0.3.8"
|
||||
# tower = { path = "/Users/carllerche/Code/Oss/Tokio/tower/tower-http" }
|
||||
|
||||
Reference in New Issue
Block a user