1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

Add compatibility crate for tower-service

Introduces a new crate `actix-tower`, which makes it easier to use
services built on the `tower-service` abstraction to be used with
`actix-service`.
This commit is contained in:
Marcus Griep
2019-04-29 10:06:18 -04:00
parent 8ed1099a2e
commit 508dce8bf1
4 changed files with 223 additions and 0 deletions

View File

@ -23,6 +23,7 @@ members = [
"actix-server-config",
"actix-test-server",
"actix-threadpool",
"actix-tower",
"actix-utils",
"router",
]