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

added async_ex2

This commit is contained in:
dowwie
2019-04-09 14:12:07 -04:00
parent 4b62438e05
commit d29f113ffc
11 changed files with 167 additions and 0 deletions

View File

@ -5,6 +5,7 @@ members = [
"actix_todo",
"async_db",
"async_ex1",
"async_ex2",
"basics",
"cookie-auth",
"cookie-session",