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

prep release

This commit is contained in:
Nikolay Kim
2020-01-15 13:35:07 -08:00
parent 3116db5168
commit e7c2439543
5 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,7 @@ actix-service = { path = "actix-service" }
actix-testing = { path = "actix-testing" }
actix-threadpool = { path = "actix-threadpool" }
actix-tls = { path = "actix-tls" }
actix-tracing = { path = "actix-tracing" }
actix-utils = { path = "actix-utils" }
actix-router = { path = "router" }
bytestring = { path = "string" }