This commit is contained in:
Robin Appelman 2022-05-20 19:19:46 +02:00
commit a581121bd6
5 changed files with 117 additions and 13 deletions

View file

@ -19,4 +19,6 @@ thrussh-keys = "0.21"
futures-util = "0.3"
pretty_env_logger = "0.4"
cron = "0.11.0"
rcon = { version = "0.6.0", features = ["rt-tokio"] }
rcon = { version = "0.6.0", features = ["rt-tokio"] }
tracing = "0.1.33"
tracing-subscriber = "0.3.11"