read variables from a config file

This commit is contained in:
2026-02-02 14:30:42 +01:00
parent 1fd8be0180
commit f8a6534321
4 changed files with 152 additions and 10 deletions

View File

@@ -6,3 +6,5 @@ edition = "2024"
[dependencies]
rcon = { version = "0.6.0", features = ["rt-tokio"] }
tokio = { version = "1.49.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"