rust_mc_proto/Cargo.toml
2024-05-12 00:15:22 +03:00

17 lines
401 B
TOML

[package]
name = "rust_mc_proto"
description = "Minecraft packets protocol in pure rust"
repository = "https://github.com/MeexReay/rust_mc_proto"
license-file = "LICENSE"
readme = "README.md"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
varint-rs = "2.2.0"
flate2 = "1.0.30"
bytebuffer = "2.2.0"