2020-01-26 00:49:19 +01:00
|
|
|
[package]
|
2020-01-31 13:10:56 +01:00
|
|
|
name = "shutdown-server"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2020-01-26 00:49:19 +01:00
|
|
|
description = "Send a request to the server to shut it down"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-web.workspace = true
|
|
|
|
actix-web-lab.workspace = true
|
2022-03-06 01:15:16 +01:00
|
|
|
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2022-08-08 00:58:56 +02:00
|
|
|
parking_lot = "0.12"
|
2023-01-02 21:38:03 +01:00
|
|
|
tokio = { workspace = true, features = ["signal"] }
|