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

remove server config

This commit is contained in:
Nikolay Kim
2019-03-08 22:38:39 -08:00
parent 70ead175b9
commit a4d4770462
8 changed files with 16 additions and 97 deletions

View File

@ -36,7 +36,6 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
actix-rt = "0.2.0"
#actix-service = "0.3.2"
actix-service = { path="../actix-service" }
actix-server-config = { path="../actix-server-config" }
log = "0.4"
num_cpus = "1.0"