Skip to content

Commit

Permalink
Add recommended Cargo.toml description/repository/license fields
Browse files Browse the repository at this point in the history
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
  • Loading branch information
iceiix committed Mar 3, 2019
1 parent a6231a0 commit 13fbbaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "stevenarella"
version = "0.0.1"
authors = [ "Thinkofdeath <[email protected]>", "iceiix <[email protected]>" ]
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.
Expand Down

0 comments on commit 13fbbaa

Please sign in to comment.