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:
@ -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"
|
||||
|
Reference in New Issue
Block a user