[package] name = "blocky" version = "0.2.0" edition = "2021" license = "MIT" authors = ["Jaden Buchan "] repository = "https://github.com/blocky-rs/blocky" readme = "../README.md" keywords = ["minecraft"] categories = ["games"] description = """ A Rust library for creating Minecraft clients, enabling packet manipulation and automated interactions with Minecraft servers. """ [dependencies] blocky-net = { path = "../blocky-net", version = "0.2.0" }