From 13fbbaa80a11facb6c39b45f5b17517aef48c008 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 3 Mar 2019 07:13:10 -0800 Subject: [PATCH] Add recommended Cargo.toml description/repository/license fields [INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 12f0544..3c2f9c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "stevenarella" version = "0.0.1" authors = [ "Thinkofdeath ", "iceiix " ] edition = "2018" +description = "Multi-protocol multi-platform Minecraft-compatible client" +repository = "https://github.com/iceiix/stevenarella" +license = "(MIT OR Apache-2.0)" [profile.dev] # Steven runs horrendously slow with no optimizations, and often freezes.