mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
keep server alive if it has players
This commit is contained in:
parent
105745a61a
commit
da2b13feb1
4 changed files with 169 additions and 153 deletions
|
|
@ -11,11 +11,12 @@ thiserror = "1"
|
|||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
camino = "1"
|
||||
petname = "1"
|
||||
thrussh = "0.33"
|
||||
thrussh-keys = "0.21"
|
||||
futures-util = "0.3"
|
||||
pretty_env_logger = "0.4"
|
||||
tokio-cron-scheduler = "0.2"
|
||||
cron = "0.9"
|
||||
rcon = "0.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue