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

add test server

This commit is contained in:
Nikolay Kim
2019-01-01 22:59:52 -08:00
parent 112a7b6b1b
commit 7017bad4bb
3 changed files with 182 additions and 1 deletions

View File

@ -17,9 +17,10 @@ edition = "2018"
members = [
"actix-codec",
"actix-connector",
"actix-rt",
"actix-service",
"actix-server",
"actix-rt",
"actix-test-server",
"actix-utils",
]