mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
15 lines
342 B
TOML
15 lines
342 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 = { workspace = true }
|
|
actix-web-lab = { workspace = true }
|
|
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
parking_lot = "0.12"
|
|
tokio = { version = "1.13.1", features = ["signal"] }
|