rust_mc_proto/Cargo.toml
MeexReay c85eb4511e
All checks were successful
Rust / Check (push) Successful in 9m47s
Rust / Build (push) Successful in 9m46s
Rust / Test Suite (push) Successful in 9m46s
add cargo features
2025-05-07 12:41:37 +03:00

17 lines
389 B
TOML
Executable File

cargo-features = ["edition2024"]
[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"