1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

use placeholder approach to shutdown-server

This commit is contained in:
Rob Ede
2022-08-07 23:58:56 +01:00
parent 2a680d0659
commit d259177eab
5 changed files with 61 additions and 43 deletions

2
Cargo.lock generated
View File

@ -5686,8 +5686,10 @@ name = "shutdown-server"
version = "1.0.0"
dependencies = [
"actix-web",
"actix-web-lab",
"env_logger 0.9.0",
"log",
"parking_lot 0.12.1",
"tokio 1.20.1",
]