mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 06:09:02 +02:00
Use associated type for NewService config
This commit is contained in:
@ -21,7 +21,8 @@ path = "src/lib.rs"
|
||||
actix-service = "0.3.3"
|
||||
actix-codec = "0.1.1"
|
||||
bytes = "0.4"
|
||||
futures = "0.1.24"
|
||||
either = "1.5.2"
|
||||
futures = "0.1.25"
|
||||
tokio-timer = "0.2.8"
|
||||
tokio-current-thread = "0.1.4"
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user