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

add actix-testing crate

This commit is contained in:
Nikolay Kim
2019-09-17 16:04:20 +06:00
parent b686b4c34e
commit 8be5f773f4
6 changed files with 323 additions and 1 deletions

View File

@ -17,14 +17,15 @@ edition = "2018"
members = [
"actix-codec",
"actix-connect",
"actix-ioframe",
"actix-rt",
"actix-service",
"actix-server",
"actix-server-config",
"actix-testing",
"actix-test-server",
"actix-threadpool",
"actix-tower",
"actix-ioframe",
"actix-utils",
"router",
]