cargo toml update

This commit is contained in:
MeexReay 2024-05-12 00:15:22 +03:00
parent 696f715941
commit c86a234180

View File

@ -2,7 +2,9 @@
name = "rust_mc_proto" name = "rust_mc_proto"
description = "Minecraft packets protocol in pure rust" description = "Minecraft packets protocol in pure rust"
repository = "https://github.com/MeexReay/rust_mc_proto"
license-file = "LICENSE" license-file = "LICENSE"
readme = "README.md"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"