rust_mc_proto/Cargo.toml
MeexReay 2d024a8d63
Some checks failed
Rust / Build (push) Waiting to run
Rust / Test Suite (push) Waiting to run
Rust / Check (push) Has been cancelled
version 0.1.19
2025-05-01 15:28:58 +03:00

15 lines
355 B
TOML
Executable File

[package]
name = "rust_mc_proto"
description = "lightweight minecraft protocol support in pure rust"
repository = "https://git.meex.lol/MeexReay/rust_mc_proto"
license-file = "LICENSE"
readme = "README.md"
keywords = ["minecraft", "protocol", "packets", "lightweight"]
version = "0.1.19"
edition = "2024"
[dependencies]
flate2 = "1.1.1"
uuid = "1.16.0"