mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
12 lines
259 B
TOML
12 lines
259 B
TOML
[package]
|
|
name = "shutdown-server"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Send a request to the server to shut it down"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-rc.1"
|
|
env_logger = "0.9"
|
|
futures = "0.3"
|
|
tokio = { version = "1.16", features = ["signal"] }
|