1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/shutdown-server/Cargo.toml
2024-07-07 01:42:16 +01:00

14 lines
284 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.workspace = true