mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
initial implementation
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@ -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"
|
||||
|
Reference in New Issue
Block a user