mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 08:40:37 +02:00
Use associated type instead of generic for Service definition
This commit is contained in:
@ -34,7 +34,8 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.1.0"
|
||||
actix-server = "0.1.0"
|
||||
#actix-server = "0.1.0"
|
||||
actix-server = { path="../actix-server" }
|
||||
|
||||
log = "0.4"
|
||||
|
||||
|
Reference in New Issue
Block a user