From c86a234180674134537b8df6b7de13df8a20ef4c Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 12 May 2024 00:15:22 +0300 Subject: [PATCH] cargo toml update --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"