1
0
mirror of https://github.com/actix/examples synced 2025-03-12 16:22:47 +01:00
2025-03-11 01:42:01 +00:00

14 lines
304 B
TOML

[package]
name = "shutdown-server"
edition.workspace = true
rust-version.workspace = true
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.workspace = true