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

remove actix-threadpool crate

This commit is contained in:
Rob Ede
2021-01-09 15:04:55 +00:00
parent d4c46b7da9
commit f07d807707
6 changed files with 0 additions and 176 deletions

View File

@ -6,7 +6,6 @@ members = [
"actix-rt",
"actix-server",
"actix-service",
"actix-threadpool",
"actix-tls",
"actix-tracing",
"actix-utils",
@ -20,7 +19,6 @@ actix-router = { path = "actix-router" }
actix-rt = { path = "actix-rt" }
actix-server = { path = "actix-server" }
actix-service = { path = "actix-service" }
actix-threadpool = { path = "actix-threadpool" }
actix-tls = { path = "actix-tls" }
actix-tracing = { path = "actix-tracing" }
actix-utils = { path = "actix-utils" }