Add RCON server management support, adds Windows support

This commit is contained in:
timvisee
2021-11-09 01:12:46 +01:00
parent ba2100f015
commit d109b2bf32
14 changed files with 774 additions and 35 deletions

View File

@@ -1 +1,3 @@
#[cfg(feature = "rcon")]
pub mod rcon;
pub mod server_properties;