1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 07:19:05 +02:00

refactor server configurations

This commit is contained in:
Nikolay Kim
2019-12-04 21:34:48 +06:00
parent de84663768
commit 21dcc22e53
6 changed files with 111 additions and 44 deletions

View File

@ -42,3 +42,4 @@ mio-uds = { version = "0.6.7" }
[dev-dependencies]
bytes = "0.4"
env_logger = "0.6"
actix-testing = "1.0.0-alpha.2"