stop the server if no players are detected for a given time

This commit is contained in:
2026-02-02 14:21:05 +01:00
parent 4c9593283e
commit 1fd8be0180
3 changed files with 133 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rcon = { version = "0.6.0", features = ["rt-tokio"] }
tokio = { version = "1.49.0", features = ["full"] }