1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/shutdown-server/Cargo.toml
2022-03-06 00:15:19 +00:00

12 lines
235 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"
tokio = { version = "1.16", features = ["signal"] }