add server configuration

This commit is contained in:
2022-09-21 11:17:37 +02:00
parent 15aa4ec967
commit d10eba033f
84 changed files with 226 additions and 44 deletions

View File

@@ -2,3 +2,7 @@
name = "minecraft_proxy"
version = "0.1.0"
edition = "2021"
[dependencies]
yaml-rust = "*"
linked-hash-map = "*"