1
0
mirror of https://github.com/actix/examples synced 2025-03-13 00:22:48 +01:00

14 lines
304 B
TOML
Raw Normal View History

2020-01-25 23:49:19 +00:00
[package]
name = "shutdown-server"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
2020-01-25 23:49:19 +00:00
description = "Send a request to the server to shut it down"
[dependencies]
actix-web.workspace = true
actix-web-lab.workspace = true
2022-03-06 00:15:16 +00:00
env_logger.workspace = true
log.workspace = true
2024-07-07 01:42:16 +01:00
parking_lot.workspace = true