1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 19:37:27 +02:00

add ServerConfig param for server service

This commit is contained in:
Nikolay Kim
2019-03-08 19:43:13 -08:00
parent 4850cf41ff
commit 7db29544f9
11 changed files with 221 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ members = [
"actix-rt",
"actix-service",
"actix-server",
"actix-server-config",
"actix-test-server",
"actix-utils",
"router",