1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

13 lines
247 B
TOML
Raw Normal View History

2020-01-25 23:49:19 +00:00
[package]
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]
2022-02-25 21:07:22 +00:00
actix-web = "4"
2022-03-06 00:15:16 +00:00
env_logger = "0.9"
2022-03-06 00:41:32 +00:00
log = "0.4"
tokio = { version = "1.16", features = ["signal"] }