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

13 lines
247 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"
env_logger = "0.9"
log = "0.4"
tokio = { version = "1.16", features = ["signal"] }