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
This commit is contained in:
ice_iix 2019-03-03 07:13:10 -08:00
parent a6231a0a2a
commit 13fbbaa80a
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name = "stevenarella"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>", "iceiix <ice_ix@protonmail.ch>" ]
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.