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

add actix single threaded runtime

This commit is contained in:
Nikolay Kim
2018-12-09 19:55:40 -08:00
parent 227ea15683
commit 98a151db4f
9 changed files with 905 additions and 0 deletions

View File

@ -18,6 +18,7 @@ members = [
"./",
"actix-codec",
"actix-service",
"actix-rt",
]
[package.metadata.docs.rs]