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:
@ -23,6 +23,7 @@ members = [
|
||||
"actix-server-config",
|
||||
"actix-test-server",
|
||||
"actix-threadpool",
|
||||
"actix-tower",
|
||||
"actix-utils",
|
||||
"router",
|
||||
]
|
||||
|
Reference in New Issue
Block a user