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

add background-jobs example

This commit is contained in:
Rob Ede
2022-12-30 16:23:24 +00:00
parent aee47e0817
commit 061860743f
9 changed files with 751 additions and 40 deletions

View File

@ -5,6 +5,7 @@ members = [
"auth/cookie-session",
"auth/redis-session",
"auth/simple-auth-server",
"background-jobs",
"basics/basics",
"basics/error-handling",
"basics/hello-world",
@ -83,3 +84,5 @@ actix-web = "4"
actix-web-actors = "4.1"
actix-web-lab = "0.18"
actix-ws = "0.2.5"
env_logger = "0.10"