minecraft_rust_reverse_proxy/Cargo.toml

8 lines
123 B
TOML
Raw Normal View History

2022-09-19 22:22:09 +02:00
[package]
name = "minecraft_proxy"
version = "0.1.0"
edition = "2021"
2022-09-21 11:17:37 +02:00
[dependencies]
yaml-rust = "*"
linked-hash-map = "*"