1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 13:01:49 +01:00

prep release

This commit is contained in:
Nikolay Kim 2019-03-02 14:55:22 -08:00
parent 400023a07b
commit 0410f59cf5

View File

@ -34,12 +34,9 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
[dependencies]
actix-rt = "0.1.0"
#actix-server = "0.2.0"
actix-server = { path="../actix-server" }
actix-server = "0.3.0"
log = "0.4"
# io
net2 = "0.2"
futures = "0.1"
tokio-tcp = "0.1"