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

add basic actors integration

This commit is contained in:
Nikolay Kim
2019-03-17 13:47:20 -07:00
parent 9bd0f29ca3
commit 6b66681827
4 changed files with 287 additions and 0 deletions

View File

@ -29,6 +29,7 @@ members = [
".",
"actix-files",
"actix-session",
"actix-web-actors",
"actix-web-codegen",
]