azalea/minecraft-client/Cargo.toml
2021-12-06 16:05:46 +00:00

9 lines
No EOL
240 B
TOML

[package]
name = "minecraft-client"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
minecraft-protocol = { path = "../minecraft-protocol" }