Much work
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -8,11 +8,11 @@ futures = "0.1"
|
||||
tokio-io = "0.1"
|
||||
tokio-timer = { git = "https://github.com/tokio-rs/tokio-timer" }
|
||||
bytes = "0.4"
|
||||
http = { path = "/Users/carllerche/Code/Oss/Tokio/tower/http" }
|
||||
http = { git = "https://github.com/carllerche/http" }
|
||||
byteorder = "1.0"
|
||||
log = "0.3.8"
|
||||
# tower = { path = "/Users/carllerche/Code/Oss/Tokio/tower/tower-http" }
|
||||
fnv = "1.0.5"
|
||||
ordermap = "0.2.10"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.2.0"
|
||||
@@ -21,3 +21,10 @@ serde = "1.0.0"
|
||||
serde_json = "1.0.0"
|
||||
quickcheck = "0.4.1"
|
||||
rand = "0.3.15"
|
||||
|
||||
# Akamai example
|
||||
tokio-core = "0.1"
|
||||
openssl = { version = "0.9.14", "features" = ["v102"] }
|
||||
tokio-openssl = "0.1.3"
|
||||
env_logger = "0.4.3"
|
||||
io-dump = { path = "/Users/carllerche/Code/Oss/Tokio/util/io-dump" }
|
||||
|
||||
Reference in New Issue
Block a user