diff --git a/Cargo.toml b/Cargo.toml index c62ce83..6ec37ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ 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"