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

Add actix-todo example

This commit is contained in:
Dan Munckton
2018-08-27 10:56:26 +01:00
parent d653fe4822
commit 60c3ca2050
24 changed files with 1615 additions and 0 deletions

View File

@ -2,6 +2,7 @@
members = [
"./",
"actix_redis",
"actix_todo",
"async_db",
"async_ex1",
"basics",