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

added actix_redis example

This commit is contained in:
dowwie
2018-08-11 06:58:29 -04:00
parent 026ff64cf3
commit 7ccde8c2d3
5 changed files with 116 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[workspace]
members = [
"./",
"actix_redis",
"async_db",
"async_ex1",
"basics",