1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

initial implementation

This commit is contained in:
Nikolay Kim
2017-10-06 21:48:14 -07:00
parent b361d68e0b
commit 0b5f0c4f22
17 changed files with 2451 additions and 2 deletions

View File

@ -17,16 +17,29 @@ build = "build.rs"
name = "actix_http"
path = "src/lib.rs"
[[bin]]
name = "test"
path = "src/main.rs"
[dependencies]
time = "0.1"
http = "0.1"
httparse = "*"
hyper = "0.11"
route-recognizer = "0.1"
# tokio
bytes = "0.4"
mio = "0.6"
futures = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-proto = "0.1"
# other
log = "0.3"
env_logger = "*"
#actix = { git="https://github.com/fafhrd91/actix.git" }
[dependencies.actix]
#path = "../actix"