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