[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